how to see python version on windeos 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