python 数字类型
摘要:#ctrl+?就可以批量注释#python数字类型 #整形:int 型 列子:1为整数。 #浮点型:float 型 列子2.1为浮点型print(type(1)) #<class 'int'>print(type(1.2)) #<class 'float'>print(3//2,type(3//2)
阅读全文
posted @ 2019-09-02 15:03
posted @ 2019-09-02 15:03
posted @ 2019-09-02 14:51
posted @ 2019-09-02 14:45