""" Use the default Python version and see what it is. """ import sys print(sys.version_info)