不是VIP会员,不能显示答案

题目解答

题目:
以下运算结果为False的是
  • A.(5>=5) or (5>4) and (5<4)
  • B.not(‘a’<’b’) or (5>=4) and (7<7)
  • C.false
  • D.(5<4) or (5>4) and (5>=5)
考点:
分析:
解答:
评论:
老师: