python数字类型 数字型 整数init 浮点数flot 布尔值 bool True False a = 10 init b = 3.5 flot c = Fales bool 0 d = True bool 1 e = "aaaa" str 非数字型 字符串str 列表list 元组tuple 集合set 字典dict None 首字母大小写