程序x='b'print(chr(ord(x)+1))的运行结果是什么?

程序x='b'print(chr(ord(x) 1))的运行结果是什么?

A.c

B.b

C.B

D.98

正确答案:c

猜你喜欢