Vidyalelo
Python · Q22

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 22

Q22

What is the result of round(3.75) ?

A.
3
B.
3.75
C.
4
Answer
D.
3.5

Answer: Option C

Solution

Answer: Option C
Solution:
The round() function rounds a floating-point number to the nearest integer.