這邊是一些基本資料型態的例子 # 我們在檢查型態的時候,通常可以用'type'這個函式 # 整數int 1 0 55688 print(type(1)) # output: <class 'int'> ...
確定! 回上一頁