InterviewSolution
Saved Bookmarks
| 1. |
Name the function / method required for1. Finding second occurrence of m in madam.2. get the position of an item in the list. |
|
Answer» 1. find 2. index |
|