Concatenate Bash commands in python

后端 未结 0 1403
醉话见心
醉话见心 2021-01-12 21:58

I want to concatenate several bash commands in a python file. Doing that for one command works:

import os
os.system(\'ls -l\')

However if I d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题