Python3 中有六个标准的数据类型: Number(int、float、bool、complex(复数)) String(字符串) List(列表) Tuple(元组) Set(集合) Dictionary(字典) python中可以用type 查询数据类型