Python中,以下不合法的逻辑表达式是()
A: xin[1,2,3,4,5]
B: 3=a
C: e>5and4==f
D: (x-6)>5
A: xin[1,2,3,4,5]
B: 3=a
C: e>5and4==f
D: (x-6)>5
举一反三
- 以下不合法的布尔表达式是()。 A: xin[1,2,3,4,5] B: 3=a C: e>;5and4==f D: (x-6)>;5
- 以下哪个是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: xinrang(6) B: 3=a C: e>5and4==f D: D(x-6)>5
- 以下哪一项是不合法的布尔表达式。( )。 A: 3=a B: x in range(6) C: e>5 and 4==f D: (x-6)>5