Python实例

时间:2026年02月10日 06:22:39

Python sqrt() 函数 | 菜鸟教程

#!/usr/bin/python import math # This will import math module print math.sqrt(100) : , math.sqrt(100) print math.sqrt(7) : , math.sqrt(7) print math.sqrt(math.pi...