Exécuter la commande dans Python Script

import os

os.system("ma Commande")

#Exemple:

os.system("cd Documents")
Cheerful Caracal