Q. What is the output of `print(None == 0)`?
β
Correct Answer: (B)
False
Explanation: `None` is not equal to `0`; they are different types.