sWAP cASE

  • + 0 comments

    return ''.join(c.lower() if c.isupper() else c.upper() if c.islower() else c for c in s)