how to check python version in windows terminal code example
Example: how to check python version on terminal
python3 --version # This is to check the python 3 version on mac terminal
python3 --version # This is to check the python 3 version on mac terminal