Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) >>>print(chr(ord('b')+1))

(A) a
(B) b
(C) c
(D) a
Correct answer : Option (C) - c

Explanation:
 execute in the shell to verify.

Share

Discusssion

Login to discuss.