This website works better with JavaScript
Home
Explore
Help
Register
Sign In
gugdun
/
pocketpy
mirror of
https://github.com/pocketpy/pocketpy
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Create loop_3.py
blueloveTH
3 years ago
parent
368e963cb5
commit
d1b6a0932f
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
benchmarks/loop_3.py
+ 5
- 0
benchmarks/loop_3.py
View File
@@ -0,0 +1,5 @@
+for i in range(10000000):
+ x = i + 1
+ y = x * 2
+ z = y - 5
+ a = x * y // z