How to open python shell on CMD | python on windows command prompt

Опубликовано: 28 Март 2026
на канале: Code Masters
118
1

To open the Python Shell on Windows, open the command prompt, write python and press enter. As you can see, a Python Prompt comprising of three Greater appears. Now, you can enter a single statement and get the result.

To get to the command line, open the Windows menu and type “command” in the search bar. Select Command Prompt from the search results. In the Command Prompt window, type the following and press Enter. If Python is installed and in your path, then this command will run python.exe and show you the version number.

How to access python from CMD windows 7