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


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

A.X

B.Z

C.C

D.A

正确答案:B


Tag:Python程序设计基础 时间:2022-07-07 15:41:34