190k views
14 votes
Help please

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

Help please What is the missing line of code? >>> math.sqrt(16) 4.0 >&gt-example-1
User Avijit
by
3.6k points

1 Answer

7 votes

Answer:

import math

Step-by-step explanation:

If you get the answers to questions right, please add them to future other questions.

User Superb
by
3.8k points