以下不合法的布尔表达式:
A: xinrang(6)
B: 3=a
C: e>5and4==f
D: D(x-6)>5
A: xinrang(6)
B: 3=a
C: e>5and4==f
D: D(x-6)>5
B
举一反三
- 以下哪个是python中不合法的布尔表达式 A: xinrange(6) B: 3=a C: e>5and4==f D: (x-6)>5
- 以下( )是不合法的布尔表达式 A: 3=a B: e>5 and 4==f C: x in range(6) D: (x-6)>5
- 以下哪一项是不合法的布尔表达式。( )。 A: 3=a B: x in range(6) C: e>5 and 4==f D: (x-6)>5
- 以下何者是不合法的布尔表达式: A: a>3 B: 3=a C: e>5and4==f D: (x-6)>5
- 以下哪一项是不合法的布尔表达式。( )(单选题) A: x in range(6) B: 3=a C: e>5 and 4==f D: (x-6)>5
内容
- 0
以下不合法的布尔表达式是()。 A: xin[1,2,3,4,5] B: 3=a C: e>;5and4==f D: (x-6)>;5
- 1
以下哪一个是不合法的布尔表达式: A: x inrange(6) B: (x-6)>5 C: 8=a D: e>5 and 4==f
- 2
下面那一项是不合法的布尔表达式。() A: x in range(6) B: 3=a C: e>4 and 5==f D: ( x-6 )> 5
- 3
以下哪个是不合法的布尔表达式 () A: x in range(6) B: 3 = a C: e > 5 and 4 == f D: (x - 6) > 5
- 4
Python中,以下不合法的逻辑表达式是() A: xin[1,2,3,4,5] B: 3=a C: e>5and4==f D: (x-6)>5