Computer Science, asked by ardeepbsingh, 2 months ago

try the following command after using 'from math import' and write the output.
1. >>>floor(800.2)
2. >>>round(2.49)
3.>>sqrt(4)​

Answers

Answered by anvisha27008
2

Answer

:Syntax:

import math

math.floor(x)

Parameter:  

x-numeric expression.  

Returns:  

largest integer not greater than x.

Explanation:

Answered by vanshika6267
0

Answer:

Hi

1. 800

2.2

3.2.0

Thank you

please mark me as brainlist

Similar questions