Команда Unix в сценарии Python
from subprocess import call
call('echo "I like potatos"', shell=True)
call('pwd', shell=True)
AMi
from subprocess import call
call('echo "I like potatos"', shell=True)
call('pwd', shell=True)