The python --version command can be used to display the version of Python that is installed (assuming Python is installed).
python --version
Which should return something like this. In this example, 2 is the major version, 7 is the minor version, and 5 is the revision.
Python 2.7.5