Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what is the missing line of code? >>> >>> math.sqrt(16) 4.0 >>> math.ce…

Question

what is the missing line of code?

>>
>> math.sqrt(16)

4.0

>> math.ceil(5.20)

6

Explanation:

Step1: Import math module

import math

Answer:

import math