Answers for "run a file other than main in repl"

1

run a file other than main in repl

#main.py
import os
os.system('python3 <filename>.py')
Posted by: Guest on October-08-2020

Code answers related to "run a file other than main in repl"

Browse Popular Code Answers by Language