This post teaches you how to find the python version installed on your Windows PC. I used windows 10 here.
Related: Easy steps to install Python on Windows
Method 1: Using Command Prompt
- Open command Prompt. Type CMD in Windows search bar and click on Command prompt in the search results.
- Type python and ENTER. Type python in small letters and press ENTER button. It displays the python version installed on your PC and displays it is of 32-bit or 64-bit.
Method 2: Using Windows PowerShell
- Open Windows PowerShell. Type powerShell on windows search bar and click on Windows PowerShell App in the search results
- Check Python version. Type python and press ENTER. It displays the version of python installed on your PC.