python 之中常用的函数---------数学函数计算平方根可以用math.sqrt 注意:使用之前一定要 import math eg:import math math.sqrt(2) 1.414213