print(max('A','B','C','X','Z')),输出为()。

print(max('A','B','C','X','Z')),输出为()。

A.X

B.Z

C.C

D.A

正确答案:B

猜你喜欢