sWAP cASE

  • + 0 comments

    def swap_case(s):

    return s.swapcase()
    

    if name == 'main':