Cómo ejecutar comandos bash en el script de python

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