设a = True ,b = True ,c = False,以下表达式值为False的是()
A: Aa or b or c
B: B(not a or b )and( b or c )
C: CFalse or not a and b or not c
D: Dnot a and not b and (12 in [1..10] )
A: Aa or b or c
B: B(not a or b )and( b or c )
C: CFalse or not a and b or not c
D: Dnot a and not b and (12 in [1..10] )
举一反三
- 设a = True ,b = True ,c = False,以下表达式值为False的是() A: a or b or c B: (not a or b )and( b or c ) C: False or not a and b or not c D: not a and not b and (12 in [1..10] )
- 设A=true,B=false,C=true,以下表达式结果为true的是() A: A B: B C: C D: D
- 设A=true,B=false,C=true,以下表达式结果为true的是______。 A: A and B B: A or B C: not B D: A and B or C
- 1. 表达式‘ab’ in ‘acbed’的值为: ( ) A: True B: true C: false D: False
- 依次执行a='a'、b='a'后,则表达式 a<br/>is b 与表达式 id(a)==id(b)<br/>的值分别是:________ A: False,False B: True,True C: False,True D: True,False