摘要: 今天主要了解了python的数据类型,sys,os模块,编码解码,列表,字典 1.数据类型:int(python3没有长整型)文本总是Unicode,str表示二进制用byte类表示布尔型:True(1) False(0)浮点型:小数2.sys.path os.mkdir os.system.dir 阅读全文
posted @ 2017-10-21 20:51 一房 阅读(145) 评论(0) 推荐(0)