How To Run Python In Command Prompt

randerson112358
3 min readSep 5, 2020

In this article I will show you how to run a Python program on the command prompt.

Step 0: Check That You’ve Installed Python

To easily check if you have python already installed on your computer, you can open the command prompt and check for a Python version. This will be good to also see what version of python you have if you do have python…

--

--