二、基本数据类型 2018-11-15 本文已影响0人 千年白骨精 Python3 中有六个标准的数据类型: Number(int、float、bool、complex(复数)) String(字符串) List(列表) Tuple(元组) Set(集合) Dictionary(字典) python中可以用type 查询数据类型