Vidyalelo
Python · Q38

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 38

Q38

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board