摘要: 1 # -*- coding:utf-8 -*- 2 #整数、浮点数、字符串、布尔值、空值None、列表、字典、集合 3 print(type(int('11111'))) 4 print(type(11111111111111111111111)) 5 print(type(11111111111.11111111111111111111)) 6 print(4/2,9/3) 7... 阅读全文
posted @ 2018-08-07 19:18 dlgd 阅读(318) 评论(0) 推荐(0) 编辑