Python实例

时间:2026年02月07日 11:36:30

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...