Как выполнить команды Bash в скрипте Python

import subprocess
subprocess.call(["sudo", "apt", "update"])
Common Melba Finch