Skip to content

Instantly share code, notes, and snippets.

@akarapatakis
Last active July 19, 2023 07:14
Show Gist options
  • Save akarapatakis/dc747ff623c93fca624e967c79131ca4 to your computer and use it in GitHub Desktop.
Save akarapatakis/dc747ff623c93fca624e967c79131ca4 to your computer and use it in GitHub Desktop.
A dummy script for escaping from the python interpreter. Works in pythonanywhere, tested in python.org
import os
while (True):
x = input("::> ")
os.system(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment