📜  python windwos中的系统命令——Python代码示例

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

代码示例1
import os

# Example: opens the command prompt and runs python
os.system('python')