下列输出结果正确的是()。

下列输出结果正确的是()。

A.print(ord('Z'))为90

B.print(chr(90))为Z

C.print(ord('A'))为65

D.print(chr(66))为B

正确答案:ABCD

猜你喜欢