M
Q. Write the output of the following code
Code:
a = "AMIT"
for i in range(len(a)):
print(a)
for i in range(len(a)):
print(a)
- Correct Answer - Option(C)
- Views: 132
- Filed under category Python
Discusssion
Login to discuss.