(變數接收) = type(原變數) 顯示原變數的型別
(變數接收) = str() 轉換為string型別
(變數接收) = int() 轉換為整數型別
(變數接收) = float() 轉換為浮點數型別