import math x = 100 y=math.sqrt(x) print(y) a = 3 b = 4 x=math.sqrt(a**2 + b**2) print(x) x = 10 ... 浮點數也可以是帶有“e” 的科學數字,以表示10的次方:. x ...
確定! 回上一頁