Created
April 20, 2021 12:33
-
-
Save meadsteve/3a6e4821ffeddd3c9f330074c379dff4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
CODE = "def say_message(message):;0;1print(message);0say_message('hello')" | |
exec(CODE.replace(";0", "\n").replace(";1", "\t")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment