36). What is the output of print 0.1 + 0.2 == 0.3?

[A]True
[B]False
[C]Machine dependent
[D]Error

Show Answer

40). What does ~~~~~~5 evaluate to?

[A]+5
[B]-11
[C]+11
[D]-5

Show Answer

44). 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

Show Answer