I recently reinstalled my macOS and I wanted to check the version of Python. I typed python -v into the terminal and I am not sure what this did? I am new to th
python -v
This will show you the way your modules are loading for debugging reasons. (in this case it is just the base modules)
Documentation: https://docs.python.org/2/using/cmdline.html#cmdoption-v