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



[Home page] Books Code Blog Python Author Train Find ©M.Lutz