print(min('a','A'))运行结果为a。


print(min('a','A'))运行结果为a。

A.正确

B.错误

正确答案:B


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