

McqMate
Q. |
What is the result of round(0.5) – round(-0.5)? |
A. | 1.0 |
B. | 2.0 |
C. | 0.0 |
D. | value depends on python version |
Answer» D. value depends on python version | |
Explanation: the behavior of the round() |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet