x = float(1) #1.0 y = float(2.8) #2.8 z = float("3") #3.0 w = float("4.2")#4.2 print(x) print(y) print(z) print(w). 強制轉型為字串. 轉為字串 ...
確定! 回上一頁