Examveda

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

A. -1

B. 4

C. 3

D. 1

Answer: Option B


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python