Vidyalelo
Python · Q111

MCQs for Python Strings: Exam

Programming · Python · question 111

Q111

What will be the output of the following Python code? >>>example = "helle" >>>example.rfind("e")

A.
-1
B.
4
Answer
C.
3
D.
1

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board