Python百科4:整型&浮点型
第一节 整型
一、整型
不包含小数点的整数是整形,比如:5、10、34
像5.、2.0、3.14、5.1843763168516 不是整型
第二节 浮点型
一、浮点型
包含小数的数据类型是浮点型,比如:3.0、4.25、7.1234567
print('hello python ,hello world')print('hello python ,hello world')
print('hello python ,hello world')print('hello python ,hello world')