📜  如何编写与终端交互的程序 - Python 代码示例

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

代码示例1
import os
os.system("cd") #cd is an example, you can write whatever there