New submission from M-o-T <mohammadtavakoli1...@gmail.com>:
Hi, I found a problem with this address https://docs.python.org/3/tutorial/introduction.html#strings In here >>> word[0:2] # characters from position 0 (included) to 2 (excluded) 'Py' >>> word[2:5] # characters from position 2 (included) to 5 (excluded) 'tho' In the second example word[2:5] becomes 'hto' ---------- messages: 376104 nosy: mohammadtavakoli1378 priority: normal severity: normal status: open title: Problem in tutorial/introduction.html#strings versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41666> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com