mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Create loop_3.py
This commit is contained in:
parent
368e963cb5
commit
d1b6a0932f
5
benchmarks/loop_3.py
Normal file
5
benchmarks/loop_3.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
for i in range(10000000):
|
||||||
|
x = i + 1
|
||||||
|
y = x * 2
|
||||||
|
z = y - 5
|
||||||
|
a = x * y // z
|
Loading…
x
Reference in New Issue
Block a user