math import math abs() pow() max() min() round() math.sqrt() print(math.floor(3.7)) # 3 print(math.ceil(3.7)) # 4