x = 0 y = 0 for x in xrange (20, 0): print x
this doesn't work because it goes from a big number to a small number, which does nothing but what if I need the for loop to go from a big number to a small number?
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor