Answers for "replit run second file"

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

Browse Popular Code Answers by Language