how to find python version in cmd code example
Example 1: how to find the version of python command linw
python --version
Example 2: how to check python version
python --version #in command line
python #or by enterng interactiv mode
python --version
python --version #in command line
python #or by enterng interactiv mode