File: class/Workbook/Examples/Lecture6/runme.py
def tester(): print "It's Christmas in Heaven" if __name__ == '__main__': # only when run tester() # not when imported