Cómo ejecutar dos archivos juntos en repl.it

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