#!/usr/bin/env python # # Just a comment - Python will ignore it # import sys school = "Keshet" head = school[:2] print "head=", head sys.exit(0)