Examveda

What will be the output of the following Python statement?
>>>print(chr(ord('b')+1))

A. a

B. b

C. c

D. A

Answer: Option C


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python