首页 > 技术文章 > python 数据类型

pygo 2019-12-25 21:18 原文

Number(数字) — 整数 浮点数 复数
String(字符串)
Boolen(布尔值)
None(空值)
list(列表)
tuple(元组)
dict(字典)
set(集合)

推荐阅读