i am not sure if I am still in the mailing list of tutor@python.org so
please use reply all to send me a email directly please!



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

Reply via email to