What is the result of round(0.5) – round(-0.5)?
1.0
2.0
0.0
Value depends on Python version
Correct Answer : D
What is the output of print 0.1 + 0.2 == 0.3?
Which of the following is not a complex number?
What is the type of inf?