mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
7263550fc1
commit
e51f86c599
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user