原创 Python 3 之數據類型

Python 3 之數據類型 python 3 中有6種數據類型: 數據類型 示例 Number (數字) 123 ; 4.567 ; 8+9 j ; True String (字符串) “I” ; “love” ; ‘p