How to find out what version of python I have code example
Example 1: how to find python version
python --version
Example 2: how to check python version
python --version #in command line
python #or by enterng interactiv mode
Example 3: how to know the version of python
Step 1: Type Command Prompt on search icon near the windows icon
Step 2: On Command Prompt Execute the below command
Step 3: python --version