Change by M-o-T :
--
title: Problem in tutorial/introduction.html#strings -> fix
___
Python tracker
<https://bugs.python.org/issue41666>
___
___
Python-
Change by M-o-T :
--
nosy: -mohammadtavakoli1378
___
Python tracker
<https://bugs.python.org/issue41666>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from M-o-T :
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 (include