Answers for "how to do a console command with python"

2

how to do a console command with python

import subprocess

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

how to write something in the pyton console

#to write something in the console just type print()
#like this:

print("Hello World!")
Posted by: Guest on May-17-2020

Code answers related to "how to do a console command with python"

Python Answers by Framework

Browse Popular Code Answers by Language