📜  如何在 repl.ot 中运行命令 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:58.253000             🧑  作者: Mango

代码示例1
# 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"