python---数值类型

# 数值类型 1(整形) ``` >>> aInt = 13 >>> print(aInt) 13 >>> print(type(aInt)) <type 'int'> ```   17438759847509836949587787(长整形) ``` ** python2: 有长整形 >>> aLong = 125653274468735986958609585 >>> print(type(a
相关文章
相关标签/搜索