python输入三个数判断最大值

如题所述

python代码:
print("最大值是:%s"
%max(eval(input("请输入三个数,英文逗号分隔:"))))
运行结果截图:
温馨提示:答案为网友推荐,仅供参考
相似回答