Answers for "how to run two files together in repl.it"

0

how to run two files together in repl.it

language = "python3"
run = """
python3 file1.py
python3 file2.py
"""
Posted by: Guest on April-05-2021

Code answers related to "how to run two files together in repl.it"

Browse Popular Code Answers by Language