A59961. 执行下面Python代码后,有关说法错误的是( )。1 a = int(input())
单选题
知识点
题目描述
执行下面Python代码后,有关说法错误的是( )。
1 a = int(input())
2 b = int(input())
3 if a and b:
4 print("1")
5 elif not (a or b):
6 print("2")
7 elif a or b:
8 print("3")
9 else:
10 print("4")选项(单选)
答案解析
详细答案解析为会员权益,按每日次数查看。
开通 / 升级会员