int 整数类型 int( )转换成整数类型
float 浮点类型
str 字符串类型 str( )转换成字符串 eval( )把字符串输出结果去引号,用print输出
list 列表
tuple 元祖
dict 字典
set 集合
Booleam 布尔类型,小数
frozenset 集合.不可变
chr(数字) 将数字转换成asscii表中对应的值
ord(" ") 将字符串转换成asscii表中对应的数字
int 整数类型 int( )转换成整数类型
float 浮点类型
str 字符串类型 str( )转换成字符串 eval( )把字符串输出结果去引号,用print输出
list 列表
tuple 元祖
dict 字典
set 集合
Booleam 布尔类型,小数
frozenset 集合.不可变
chr(数字) 将数字转换成asscii表中对应的值
ord(" ") 将字符串转换成asscii表中对应的数字