Skip to content

Instantly share code, notes, and snippets.

import sys
choice = input("Import or type? [import/[anything]]")
if choice == "import":
file = open(input("execute "))
code = file.read()
else:
code = input("")
var = {}
var[0] = 0
var[1] = 0