Skip to content

Instantly share code, notes, and snippets.

@angeloped
Last active January 2, 2020 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angeloped/fe9e758d704b18a34d8bfed3e4c8c4d8 to your computer and use it in GitHub Desktop.
Save angeloped/fe9e758d704b18a34d8bfed3e4c8c4d8 to your computer and use it in GitHub Desktop.
ThIsS iS jUsT aNotHeR sPoNgeBoB fOrMatTeR. View revisions for other version.
import random
def sPongEbOb_iT(data):
return "".join([random.choice([s, s.upper()]) for s in data])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment