Installing Python is generally easy, but some Windows computers come with Python pre-installed. You can use Windows Command Prompt or Power Shell to check:
just type CMD or POWERSHELL in the "Search" field.
When the PowerShell started - type (see screenshot attached) - type Python. The command should start Python - in this case you will get Python version and Python command prompt >>> in the PowerShell terminal window.
It is recommended to exit from Python before close the PowerShell window, using exit() command.
Commenti