What will be the output of the following Python code?
example = "NITIN" print(example.rfind("N"))
निम्नलिखित Python कोड का आउटपुट क्या होगा?