005数据类型 - 图1

●数据类型

整型: int
浮点型: float
字符串: str
布尔型: bool
元组: tuple
集合: set
字典: dict