import math weight = 7.8 floor_weight = ________ print(floor_weight)
math.ceil(weight)
math.upper(weight)
math.down(weight)
math.floor(weight)