Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to run two files together in repl.it

language = "python3"
run = """
python3 file1.py
python3 file2.py
"""
Source by replit.com #
 
PREVIOUS NEXT
Tagged: #run #files
ADD COMMENT
Topic
Name
9+1 =