mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-05 07:00:19 +00:00
...
This commit is contained in:
parent
7263550fc1
commit
e51f86c599
@ -46,7 +46,7 @@ a = object()
|
||||
b = object()
|
||||
if a is not b:
|
||||
assert True
|
||||
if a is 0:
|
||||
if a == 0:
|
||||
assert False
|
||||
|
||||
def g(x):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user