两个整数的逻辑和是什么?

时间:2019-04-25 13:36:26

标签: python logical-operators

x = 100
y = 200
z = x and y
print (z)

我想问这是什么类型的?

它不是按位的。 Python给了我200。如何?

0 个答案:

没有答案