A
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: 15
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.