def test():
    print 'hello'
    1+1==2
    print 'goodbye'

def test2():
    print "this won't get covered"
    print 'making only half of the program covered'
    print 'wow'


syntax highlighted by Code2HTML, v. 0.9.1