pythonCopy import math print(math.sqrt(16)). 輸出: textCopy 4.0. 我們也可以用這個函式計算一個數字列表的平方根。我們使用 for 迴圈遍歷列表, ...
確定! 回上一頁