You are viewing a single comment's thread. Return to all comments →
c=''.join([s[i].lower() if s[i].isupper() else s[i].upper() for i in range(len(str(s)))]) return c
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 →