Excute um comando usando py em cmd

import os
os.system('cmd /k "Your Command Prompt Command"')
ChickenWing Potato