A

Admin • 833K Points
Coach

Q. What is the output of `print(None == 0)`?

  • (A) True
  • (B) False
  • (C) None
  • (D) Error
  • Correct Answer - Option(B)
  • Views: 24
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`None` is not equal to `0`; they are different types.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.