A
Q. The output of this Python code would be
Code:
a = [‘mn’, ‘op’]
for i in a:
i.upper()
print(a)
for i in a:
i.upper()
print(a)
- Correct Answer - Option(C)
- Views: 23
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.