07 Python - Python类型
时间:2019-06-05 20:49:39
收藏:0
阅读:85
核心数据类型:
数字(涵盖了int float decimal fraction)
字符串str
列表list
字典表dict
元组tuple
文件file
集合set
布尔Boolean true false
空None
程序单元:包括函数function、模块、类class
其他:
原文:https://www.cnblogs.com/yijiexi/p/10981657.html
评论(0)