运行以下程序,如果通过键盘先后输入的数是1和3,输出的结果是?(?)
a=int(input())
b=int(input())
if a < b:
a=b
print(a)
3 1
1 3
1
3
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复