Last active
December 11, 2018 15:18
-
-
Save samredai/33bae4b755656a6cc1759c60571c824c to your computer and use it in GitHub Desktop.
Execute an entire Python file within your current python shell
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
exec(open("./filename").read()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment