- 1
What software is used for running Python Commands on a PC?
2 Answers
+ 2
The Python program runs the interpreter
On my personal machine I start python with
python
or
python3
Using the Python Interpreter
https://docs.python.org/3/tutorial/interpreter.html
Hope that helps.
FF9900 makes a good point because if you do not have administrator access to the computer you are using you may not be able to install python.