You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the getIndexOf task, the case where the argument is a str with repeating letters is not checked. A solution that finds the last occurrence of a letter in the str might pass.
The text was updated successfully, but these errors were encountered:
In the getIndexOf task, the case where the argument is a str with repeating letters is not checked. A solution that finds the last occurrence of a letter in the str might pass.
The text was updated successfully, but these errors were encountered: