Q22
What is the result of round(3.75) ?
A.
3
B.
3.75
C.
4
AnswerD.
3.5
Answer: Option C
Solution
Answer: Option C
Solution:
The round() function rounds a floating-point number to the nearest integer.
Python MCQs: Variable Names and Operators Chapter
Programming · Python · question 22
Q22
Answer: Option C