mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
for i in range(0, 10)
This commit is contained in:
parent
a3465dbbeb
commit
56bc4deef7
@ -7,5 +7,5 @@ from PikaObj import *
|
||||
for i in range(0, 100):
|
||||
print(i)
|
||||
|
||||
for i in range(0, 100):
|
||||
for i in range(0, 10):
|
||||
print(i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user