Meems
0
Q:

run a lua file other than main in repl

#create a file named .replit and type code in the following format

language = "< preferred language>" 
run = "name of file to run"
1
#main.py
import os
os.system('python3 <filename>.py')
1

New to Communities?

Join the community