>>> list=[1,2,3,4,5,6,7,8,9] >>> list[9:0:-2] [9, 7, 5, 3] >>> list[10:0:-2] [9, 7, 5, 3]
I want to know whether they have some difference.
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor