how to check the version of python i have with terminal code example
Example 1: terminal python version
# in python
$ python --version
# in python3
$ python3 --version
Example 2: how to check python version
python --version
# in python
$ python --version
# in python3
$ python3 --version
python --version