This commit is contained in:
blueloveTH 2024-08-13 13:56:14 +08:00
parent 7263550fc1
commit e51f86c599

View File

@ -46,7 +46,7 @@ a = object()
b = object() b = object()
if a is not b: if a is not b:
assert True assert True
if a is 0: if a == 0:
assert False assert False
def g(x): def g(x):