python常用數據類型與輸入輸出

###數據類型 1.數值類型 1)整形 ``` >>> aInt = 13 >>> print(aInt) 13 >>> print(type(aInt)) <type 'int'> ``` 2)(長整形) ``` ** python2: 有長整形 >>> aLong = 125653274468735986958609585 >>> print(type(aLong)) <type 'long'
相關文章
相關標籤/搜索