New submission from Albert Ho: https://docs.python.org/3/tutorial/classes.html >>> for char in reverse('golf'):
I found that reverse didnt work and i check the doc https://docs.python.org/3.4/library/functions.html#reversed >>> reversed(seq)ΒΆ I guess it just forget to change the statement ---------- messages: 223560 nosy: rt135792005 priority: normal severity: normal status: open title: tutorial 9.10. Generators statement error type: compile error versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22020> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com