试题详情

以下逻辑运算表达式,其结果为假(False)的有(       )。

A
A=10
A>5 or a+5>10

B
A="bcde"
A>‘a‘ and a<‘c‘

C
A=5
Not ( 0

D False or (‘0‘ and True)