What will be the output of the following Python code?
example = "helle" print(example.rfind("e"))
निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. -1
B. 4
C. 3
D. 1