Answers for "how to run commands in repl.ot"

1

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"
Posted by: Guest on August-04-2020

Code answers related to "how to run commands in repl.ot"

Python Answers by Framework

Browse Popular Code Answers by Language