howtocheckversion.com
How to check the version of Python?
To check the version of Python you have installed on your computer, you can use the python –version or python -V command. This will print the version number to the terminal or command prompt,…