若变量a=5,b=8,则逻辑表达式(a*b<10) and not (a=b) or (a+3=b)的值是____ 为什么答案是F

2025-06-24 06:47:26
推荐回答(1个)
回答1:

a*b<10是false
false and 后面无论接的是什么结果都是false