编程语言
首页 > 编程语言> > python 数字类型

python 数字类型

作者:互联网

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

首字母大小写

  

标签:数字,python,flot,init,bool,类型,True,数字型
来源: https://www.cnblogs.com/xytyyds/p/15897737.html