check what version of python you have code example
Example 1: how to check python version
python --version #in command line
python #or by enterng interactiv mode
Example 2: check corently installed epython version
python3 --version
python --version #in command line
python #or by enterng interactiv mode
python3 --version