1 / 229
文档名称:

python基础教程至60课(基础).doc

格式:doc   大小:2,665KB   页数:229页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

python基础教程至60课(基础).doc

上传人:sanshenglu2 2021/5/23 文件大小:2.60 MB

下载得到文件列表

python基础教程至60课(基础).doc

文档介绍

文档介绍:【Python 第1课】安装 6
【Python 第2课】print 7
【Python 第3课】IDE 10
【Python 第4课】输入 12
【Python 第5课】变量 14
【Python 第6课】bool 16
【Python 第7课】if 19
【Python 第8课】while 23
【Python 第9课】random 26
【Python 第10课】 变量2 28
【Python 第11课】 逻辑判断 29
【Python 第12课】 for循环 30
【Python 第13课】 字符串 32
【Python 第14课】 字符串格式化 34
【Python 第15课】 循环的嵌套 35
【Python 第16课】 字符串格式化2 37
【Python 第17课】 类型转换 38
【Python 第18课】 bool类型转换 40
【Python 第19课】 函数 41
【Python 第21课】 函数的参数 46
【Python 第22课】 函数应用示例 47
【Python 第23课】 if, elif, else 49
【Python 第24课】 if的嵌套 54