A
Q. What will be the output of the following Python code?
Code:
for i in range(0,2,-1):
print("Hello")
print("Hello")
- Correct Answer - Option(C)
- Views: 8
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.