Jak uruchomić dwa pliki razem w repl.it

language = "python3"
run = """
python3 file1.py
python3 file2.py
"""
Studious Gamer