# Python的基本数据类型
- 数字
- 整数 `int`
- 浮点数 `float`
- 复数 `complex`
- 布尔型 `bool`
- 字符串 `str`
- 列表 `list`
- 元组 `tuple`
- 集合 `set`
- 字典 `dict`