下面那一项是不合法的布尔表达式。()
A: x in range(6)
B: 3=a
C: e>4 and 5==f
D: ( x-6 )> 5
A: x in range(6)
B: 3=a
C: e>4 and 5==f
D: ( x-6 )> 5
举一反三
- 以下哪一项是不合法的布尔表达式。( )。 A: 3=a B: x in range(6) C: e>5 and 4==f D: (x-6)>5
- 以下( )是不合法的布尔表达式 A: 3=a B: e>5 and 4==f C: x in range(6) D: (x-6)>5
- 以下哪一项是不合法的布尔表达式。( )(单选题) A: x in range(6) B: 3=a C: e>5 and 4==f D: (x-6)>5
- 以下哪个是不合法的布尔表达式 () A: x in range(6) B: 3 = a C: e > 5 and 4 == f D: (x - 6) > 5
- 以下哪一个是不合法的布尔表达式: A: x inrange(6) B: (x-6)>5 C: 8=a D: e>5 and 4==f