SyntaxFix
Write A Post
Hire A Developer
Questions
You could use this script:
def run(runfile): with open(runfile,"r") as rnf: exec(rnf.read())
Syntax:
run("file.py")