how to check version of python library in 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: python check version
python --version
python3 --version # This is to check the python 3 version on mac terminal
python --version