Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to run commands in repl.ot

# Just run the command in the terminal. Or, you could create a .replit file and add this to it:

language="python"
run="python program.py --arg1 --arg2 --arg3"
Source by repl.it #
 
PREVIOUS NEXT
Tagged: #run #commands
ADD COMMENT
Topic
Name
5+1 =