📜  如何在 python 代码示例中运行 linux 命令

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

代码示例2
import os
cmd = 'your command here'
os.system(cmd)