Python内置数据类型

Python内置数据类型:https://blog.csdn.net/u013008795/article/details/88782788

python的数据类型有:

数值类型

int 整形
float 浮点型
complex 复数
bool 布尔值

序列对象

str 字符串
list 列表
tuple 元组

键值对

set 集合
dict 字典

你可能感兴趣的:(术语,笔记,其他)