建立python/ch3 目錄, 在其中建立datatype.py 程式檔,輸入以下內容並執行:. print(type('Hello world')) print(type(17)) print(type(3.2)) ...
確定! 回上一頁