A
Q. What is the output of the following code?
Code:
x = None
print(x is None)
print(x is None)
- Correct Answer - Option(A)
- Views: 21
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.