Bugs item #1194209, was opened at 2005-05-03 00:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1194209&group_id=5470
Category: Documentation Group: Not a Bug Status: Open Resolution: None Priority: 5 Submitted By: Andrina Kelly (andrina) Assigned to: Nobody/Anonymous (nobody) Summary: Error in section 4.2 of Python Tutorial Initial Comment: The example in section 4.2 of the on-line tutorial should read as follows: >>> # Measure some strings: ... a = ['cat', 'window', 'defenestrate'] >>> for x in a: ... print x, len(a) ... cat 3 window 6 defenestrate 12 currently the print line has len(x) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1194209&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com