learn-python
learn-python copied to clipboard
fix:correct the comment of a string index example
The comment for assert word[5] == 'n' incorrectly states "Fifth character" while it actually checks the sixth character of the string word.