Code blocks and top posting

Dave Benjamin ramen at lackingtalent.com
Sat Apr 10 04:14:22 EDT 2004


def answer(question):
    return 'For pretty much the same reason top posting is.'
    
if __name__ == '__main__':
    question = 'Why is Python not having code blocks annoying?'
    print answer(question)

# HaHaOnlySerious

-- 
.:[ dave benjamin: ramen/[sp00] -:- spoomusic.com -:- ramenfest.com ]:.
:  please talk to your son or daughter about parametric polymorphism. :



More information about the Python-list mailing list