#! python2 """ Specify that python 2 should be used and confirm that it is. """ import sys print(sys.version_info)