import math # I imported all the math methods and can now use them print(math.ceil(2.1)) # using the ceil method to get the ceiling of a number, only available via ...