This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author weagjoigjowe
Recipients weagjoigjowe
Date 2020-08-30.12:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598790136.78.0.89811884777.issue41666@roundup.psfhosted.org>
In-reply-to
Content
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'
History
Date User Action Args
2020-08-30 12:22:16weagjoigjowesetrecipients: + weagjoigjowe
2020-08-30 12:22:16weagjoigjowesetmessageid: <1598790136.78.0.89811884777.issue41666@roundup.psfhosted.org>
2020-08-30 12:22:16weagjoigjowelinkissue41666 messages
2020-08-30 12:22:16weagjoigjowecreate