Answers for "open python terminal on console windows"

2

how to do a console command with python

import subprocess

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

python how to run terminal command

#By Uku Loskit

import os
os.system("ls -l")
Posted by: Guest on January-09-2020

Code answers related to "open python terminal on console windows"

Python Answers by Framework

Browse Popular Code Answers by Language