You can use the Python command to get the Python interpreter version. For the default Python installation use
python -v
OR for Python2
python2 -v
Or Python3
python3 -v