Advertisements
Advertisements
Question
Consider the following string mySubject:
mySubject = "Computer Science"
What will be the output of the following string operation:
print(mySubject.swapcase())
One Line Answer
Advertisements
Solution
cOMPUTER sCIENCE
shaalaa.com
String Handling in Python
Is there an error in this question or solution?
Chapter 8: Strings - Exercise [Page 187]
