Create loop_3.py

This commit is contained in:
blueloveTH 2023-02-20 05:21:58 +08:00
parent 368e963cb5
commit d1b6a0932f

5
benchmarks/loop_3.py Normal file
View File

@ -0,0 +1,5 @@
for i in range(10000000):
x = i + 1
y = x * 2
z = y - 5
a = x * y // z