Q. What will be the output of the following Python code?
Code:
xample = "helle"
example.rfind("e")
β
Correct Answer: (B)
4
xample = "helle"
example.rfind("e")
You must be Logged in to update hint/solution