how to check python version on windows

in order to check python version, you have to open the command on windows.


if you open command, type like below

>>>python -v


if you type "python -v", you can see more information about the build.

or
>>>python --version


if you type "python --version", you can see simple version information like above screen.


Comments

Popular posts from this blog

making menubar and menu on QML

let's try to install python on windows 10

isalpha, isdigit and isalnum functions in python