ex1.py

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

Generated by GNU enscript 1.6.4.