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
Post a Comment