math 模块提供了许多用于数学计算的函数。以下是一些常用函数的示例:
math
sqrt()
import math number = 16 square_root = math.sqrt(number) print(