数据类型分三大类:整型,浮点型,虚数
>>>type(1)
<class 'int'>
>>>type(1.0)
<class 'float'>
使用type可以查看数据类型
虚数:数字结尾带j 即虚数
%f 截断字符串
》》》print("%f" %(5/3))
1.67777
运行
在存放lee.py的目录下运行命令:
C:\Users\michael\Downloads> python lee.py
数据类型分三大类:整型,浮点型,虚数
>>>type(1)
<class 'int'>
>>>type(1.0)
<class 'float'>
使用type可以查看数据类型
虚数:数字结尾带j 即虚数
%f 截断字符串
》》》print("%f" %(5/3))
1.67777
运行
在存放lee.py的目录下运行命令:
C:\Users\michael\Downloads> python lee.py
本文标题:Python入坑第一天(二)
本文链接:https://www.haomeiwen.com/subject/wwsfrttx.html
网友评论