On Apr 8, 10:05 am, enquiring mind <[EMAIL PROTECTED]> wrote: > Sorry, I miscopied this line of code: print verbs[0:2] and not > as posted print verbs[:3]
verbs[0:2] has 2 elements; the output showed 3 elements. Looks like you "miscopied" the output as well :-) If you think you need to make a correction to a posting: (1) re-read your original post carefully to see if it really does need correcting (yours didn't) (2) reply to your own post i.e. don't start a new thread. Cheers, John -- http://mail.python.org/mailman/listinfo/python-list