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