> Both of these have rubbed in to me that Python's iteration construct > sucks, BTW. :-) > > for x in range(500): print "I will not throw paper aeroplanes in class." Surely: print "I will not throw paper aeroplanes in class.\n"*500 ? -- > eatapple core dump