Skip to content

Instantly share code, notes, and snippets.

@jasonbot
Created August 15, 2019 17:49
Show Gist options
  • Save jasonbot/b7f2a8a93a316e833d2250699b0bf34c to your computer and use it in GitHub Desktop.
Save jasonbot/b7f2a8a93a316e833d2250699b0bf34c to your computer and use it in GitHub Desktop.
PYTHON LAZER
e = lambda x: "".join(u":lazer_{}:\u200b".format(c) if (c.isalpha() or c.isdigit()) else " {} ".format(c) for c in x.upper())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment