how to use one command at a time and use another command in python code example
Example: python run command
import os
os.system('cmd /k "Your Command Prompt Command"')
import os
os.system('cmd /k "Your Command Prompt Command"')