learn-python icon indicating copy to clipboard operation
learn-python copied to clipboard

fix:correct the comment of a string index example

Open fancling opened this issue 2 years ago • 0 comments

The comment for assert word[5] == 'n' incorrectly states "Fifth character" while it actually checks the sixth character of the string word.

fancling avatar Dec 27 '23 06:12 fancling