sqrt ()是用于计算数字x的平方根的函数。 以下是sqrt() 方法的语法: import math math.sqrt( x )注意:sqrt()是不能直接访问的,需要导入math 模块, ...
確定! 回上一頁