how to find python version from terminal code example
Example 1: how to check python version on terminal
python3 --version # This is to check the python 3 version on mac terminal
Example 2: how to find python version
python --version
python3 --version # This is to check the python 3 version on mac terminal
python --version