Python之數值類型

1.  python中支持的數值類型: 1(整形) ``` >>> aInt = 13 >>> print(aInt) 13 >>> print(type(aInt)) <type 'int'> ```   17438759847509836949587787(長整形) ``` ** python2: 有長整形 >>> aLong = 125653274468735986958609585 >>>
相關文章
相關標籤/搜索