(单选题, )以下的布尔代数运算错误的是( )

分类: 初级Python开发工程师 发布时间: 2023-11-03 11:12 浏览量: 0

(单选题, )以下的布尔代数运算错误的是( )

A.(True or x) == True

B.not (a and b) == not (a) and not (b)

C.(False and x) == False

D.(True or False) == True

正确答案是B