You are viewing a single comment's thread. Return to all comments →
By using swapcase() this problem can be solved with one line of code.
code>> def swap_case(s): ex = s.swapcase() return ex
Seems like cookies are disabled on this browser, please enable them to open this website
sWAP cASE
You are viewing a single comment's thread. Return to all comments →
By using swapcase() this problem can be solved with one line of code.
code>> def swap_case(s): ex = s.swapcase() return ex