Prettify Test
Tue, Sep 29th, 2009
I should be able to prettify code in my blog posts. This is something I've wanted for a long time.
for person in list:
print person
#if statments in python go like this
if age >=65:
print 'You are now a senior citizen'
else:
print "You're young still"