So führen Sie zwei Dateien zusammen in repl.it aus
language = "python3"
run = """
python3 file1.py
python3 file2.py
"""
Studious Gamer
language = "python3"
run = """
python3 file1.py
python3 file2.py
"""