how to find where your python version is installed command prompt code example
Example: terminal python version
# in python
$ python --version
# in python3
$ python3 --version
# in python
$ python --version
# in python3
$ python3 --version