阅读以下程序,请问程序运行后输入 32,会输出什么结果?
a = int(input("请输入:"))
if a % 2 == 0 :
print(1)
else:
print(2)
0
1
2
3
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复