安装一个翻译软件(这里是pycharm)
python的数据类型
字符串' ' '' '' ' ' ' ' ' ' str 字符' '' 或'''
number :数字
整体 :int 1,2,3,0,-1,-2,
浮点型:float1.11 ,0.22
复数:complex
字节:bytes
布尔:bool:Ture ,False
空:None
复杂的数据类型
tuple :元组
list :列表
dict :字典
set :集合
安装一个翻译软件(这里是pycharm)
python的数据类型
字符串' ' '' '' ' ' ' ' ' ' str 字符' '' 或'''
number :数字
整体 :int 1,2,3,0,-1,-2,
浮点型:float1.11 ,0.22
复数:complex
字节:bytes
布尔:bool:Ture ,False
空:None
复杂的数据类型
tuple :元组
list :列表
dict :字典
set :集合