Saturday, 1 March 2008

Drill #1

# <-comment
>>> a = 4 #assignment
>>> if a%2==0: #condition
print "whatever"