Answers for "how to open a new python console and run command python"

2

how to do a console command with python

import subprocess

subprocess.run("Your command here")
Posted by: Guest on August-01-2021

Code answers related to "how to open a new python console and run command python"

Python Answers by Framework

Browse Popular Code Answers by Language