mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
some fix
This commit is contained in:
parent
97d6f384f4
commit
02d3512681
@ -35,4 +35,4 @@ assert sum == 5050
|
|||||||
for i in range(4):
|
for i in range(4):
|
||||||
_ = 0
|
_ = 0
|
||||||
# if there is no op here, the block check will fail
|
# if there is no op here, the block check will fail
|
||||||
while i: --i
|
while i: i-=1
|
||||||
|
|||||||
@ -66,7 +66,7 @@ assert f((
|
|||||||
def f():
|
def f():
|
||||||
for i in range(4):
|
for i in range(4):
|
||||||
_ = 0
|
_ = 0
|
||||||
while i: --i
|
while i: i-=1
|
||||||
f()
|
f()
|
||||||
|
|
||||||
# class A: a=b=1
|
# class A: a=b=1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user