1 """ 2 Python中数据类型分为一下几种: 3 Number(数字) 4 String(字符串) 5 Boolean(布尔值) 6 None(空值) 7 list(列表) 8 tuple(元组) 9 dict(字典) 10 set(集合) 11 """