number_1 = int(input())
number_2 = int(input())
max_one = max(number_1,number_2)
print(f'最大值:
第2关:求两个整数的最大值
Python编程:找出两个整数的最大值
最新推荐文章于 2022-10-16 14:15:52 发布
本篇博客介绍了如何使用Python编写程序,从键盘输入两个整数并计算它们之间的最大值。通过示例输入4和91,程序应能正确输出最大值为91。

最低0.47元/天 解锁文章
1545

被折叠的 条评论
为什么被折叠?



