(单选题, )下面代码的输出结果是( ) A = 20 B = a | 3 A &= 7 Print(b ,end=",") Print(a)
A.6.66667,4
B.4,6.66667
C.4,23
D.23,4
正确答案是D