30-Days-Of-Python
30-Days-Of-Python copied to clipboard
Day 4: Strings
In the find() example if find() returns the position first occurrence of 'y', then shouldn't it return 5 instead of 16?
Still open