Question: In Python, write a program that given a string that may contain a letter p prints the index of the second occurrence of p. If
In Python, write a program that given a string that may contain a letter p prints the index of the second occurrence of p. If the letter p occurs only once, then print -1, and if the string does not contain the letter p, then print -2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
