python execute shell 3.7 code example
Example 1: python bash command
import os
os.system('clear')
Example 2: python run command
import os
os.system('cmd /k "Your Command Prompt Command"')
import os
os.system('clear')
import os
os.system('cmd /k "Your Command Prompt Command"')