• 2022-05-27
    下列输出结果正确的是( )。
    A: print(ord('Z'))为90
    B: print(chr(90))为Z
    C: print(ord('A'))为65
    D: print(chr(66))为B