how to run program in python command code example
Example 1: python run command
import os
os.system('cmd /k "Your Command Prompt Command"')
Example 2: how to run python program
move to the directory where your program lies
open cmd
python first_script.py(your file name)