Help please
What is the missing line of code?
>>> math.sqrt(16)
4.0
>>> math.ceil(5.20)
6
