What will be the output of the following Python statement?

>>>chr(ord('A'))

a) A
b) B
c) a
d) Error

1 thought on “What will be the output of the following Python statement?”

Leave a Comment