摘要:
一、 基本的数据类型 数字(int) 所有的功能都放在int里面 在python3中,不管有多大的数字,用int类型 在python2中,int类型有范围,超过范围叫长整型, long int a=123 数字的方法: ① int() 将字符串数字转换为数字 a=“123” b=int(a) ==》 阅读全文
posted @ 2018-03-19 23:32
小猪银月
阅读(229)
评论(0)
推荐(0)
2018年3月19日