On 2020-09-23 at 23:28:11 +0100, Henk-Jaap Wagenaar <[email protected]> wrote:
> >>> a[3] # returns the fourth element of a > > has the comment unfinished. I guess it should say list or something > similar.] Yes, I agree: it looks like it's broken, but it's okay. a[3] returns the fourth element of a sequence named "a." If the sequence were named something_descriptive, then something_descriptive[3] returns the fourth element of a sequence named "something_descriptive." _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/Z5JPXAIDPBMTNREXDNEX54N7J3PZ7OLJ/ Code of Conduct: http://python.org/psf/codeofconduct/
