單項選擇題設(shè)a = True ,b = True ,c = False,以下表達(dá)式值為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] )