How to Check Your Python Version
It's good to know what version of Python you're running. Sometimes you may need a specific version to support an application. To check which version you currently have, we'll be using command line.
tl;dr
python --version
or
python3 --version