-
-
Save alecordev/4a3d9887dc46660173e2d36b5b6c1c7a to your computer and use it in GitHub Desktop.
Python REPL
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
for line in iter(lambda: input('> '), 'exit'): | |
print(eval(line)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment