a Python program to get the Python Version you are using code example Example: python print version import sys print(sys.version)