python基本数据类型
数字Number
整型 int
浮点型 float
布尔型 bool
复数 complex
组
序列
字符串 str
列表 list
元祖 tuple
集合 set 【无序 没有索引 不能切片】
字典dict