how to find the version of python you have on mac in terminal code example
Example: how to check python version
python --version #in command line
python #or by enterng interactiv mode
python --version #in command line
python #or by enterng interactiv mode