UNIX -Befehl im Python -Skript

from subprocess import call
call('echo "I like potatos"', shell=True)
call('pwd', shell=True)
AMi