30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

Corrected the comment answer for the Day 4: Strings folder

Open NinadRao0707 opened this issue 3 years ago • 0 comments

I addressed the issue in the Day 4: Strings folder.

In the find() example, if find() returns the position first occurrence of 'y', then shouldn't it return 5 instead of 16? There was a wrong comment in the 04_strings.md file. So I corrected it and pushed it in my forked repository.

I will be glad if you merge my changes after reviewing my changes in the code. Thanks !

NinadRao0707 avatar Jul 30 '22 13:07 NinadRao0707