二进制 0b 0B
八进制 0o 0O
十六进制 0x OX
数值类型
不可变数据类型
整数类型 int
浮点类型 float
复数 .real .imag
字符串类型
type() 用于查看数据类型
round(x, 3) 对x保留3位小数