Skip to content

Instantly share code, notes, and snippets.

@abhinavkorpal
Created April 11, 2017 05:03
Show Gist options
  • Save abhinavkorpal/ec874d54c3821fa4bb353b901e3b0b5c to your computer and use it in GitHub Desktop.
Save abhinavkorpal/ec874d54c3821fa4bb353b901e3b0b5c to your computer and use it in GitHub Desktop.
sWAP cASE
def swap_case(s):
return s.swapcase()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment