摘要:
Python基本数据类型:(int) 字符串(str)列表(list)元组(tuple)字典(dict)布尔(bool) python中可以简单使用 类型(数据)创建或转换数据 例: #字符串转数字 n1 = '10' int(n1) 数字:在python3中不管多大的数字都是int类型 str s 阅读全文
posted @ 2019-08-16 16:53
Haisen'Blogs
阅读(403)
评论(0)
推荐(0)
开车啦