Excute un comando usando PY en CMD

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