摘要: Python数据类型: 1.数字: ①整数: int(整型):32位电脑(-2**31~2**31-1) long(长整型):64位电脑(-2**63~2**63-1) ②浮点(float) ③complex(复数) 2.字符串(string) 3.布尔值: 真或假 1或0 bytes数据类型: s 阅读全文
posted @ 2017-03-07 20:54 沂水清莲 阅读(132) 评论(0) 推荐(0)