mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-07 12:10:17 +00:00
upd test
This commit is contained in:
parent
3bc3114a50
commit
50ca9d53cc
@ -124,6 +124,9 @@ assert z == 2
|
||||
assert ((a:=1),(b:=2,3)) == (1, (2,3))
|
||||
assert a == 1
|
||||
assert b == (2,3)
|
||||
z =((a:=1),(b:=2,3))
|
||||
assert z == (1, (2,3))
|
||||
assert z == (a, b)
|
||||
|
||||
# Note in Python3
|
||||
# >>> (x := 1,2,y:=3)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user