adplus-dvertising
frame-decoration

Question

What is the output when following statement is executed ?
>>>chr(ord('A'))

a.

A

b.

B

c.

a

d.

Error

Posted under Strings in Python Python

Answer: (a).A

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output when following statement is executed ?