how to check the version of python in windows 10 code example
Example: how to check python version
python --version #in command line
python #or by enterng interactiv mode
python --version #in command line
python #or by enterng interactiv mode