What will be the output of the following Python statement?
print(chr(ord('b')+1))
निम्नलिखित Python स्टेटमेंट का आउटपुट क्या होगा?
A. a
B. b
C. c
D. A