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