标签: python
您好,我如何运行多个命令 例子
import os path = ("/home/user/Desktop") os.system("ls") os.system("./nmap")
这是一个例子 谢谢