多选题
15、在 Python 语言中表示“x 属于区间[)”的正确表达式是()。
A
a≤x or x<b
B
a<=x and x<b
C
a≤x and x<b
D
a<=x or x<b解答:B
答案解析
正确答案:B
题目纠错
计算机基础单选题 (1)
