Q111
What will be the output of the following Python code? >>>example = "helle" >>>example.rfind("e")
A.
-1
B.
4
AnswerC.
3
D.
1
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board