A
Q. Write the output of the following:
Code:
St="Amit"
for i in St:
St.swapcase()
print(St)
for i in St:
St.swapcase()
print(St)
- Correct Answer - Option(A)
- Views: 25
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.