Created
          April 11, 2017 05:03 
        
      - 
      
 - 
        
Save abhinavkorpal/ec874d54c3821fa4bb353b901e3b0b5c to your computer and use it in GitHub Desktop.  
    sWAP cASE
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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