Created
August 15, 2019 17:49
-
-
Save jasonbot/b7f2a8a93a316e833d2250699b0bf34c to your computer and use it in GitHub Desktop.
PYTHON LAZER
This file contains 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
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