Python. Copy. print(type(123)) # <type 'int'> print(type(12.3)) # <type 'float'> print(type('123')) # <type 'str'>. Python.
確定! 回上一頁