how to run two files together in repl.it code example
Example: how to run two files together in repl.it
language = "python3"
run = """
python3 file1.py
python3 file2.py
"""
language = "python3"
run = """
python3 file1.py
python3 file2.py
"""