A
Q. What is the output of the following code?
Code:
True = False
while True:
print(True)
break
while True:
print(True)
break
- Correct Answer - Option(D)
- Views: 25
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.