Parcourir la source

Create loop_3.py

blueloveTH il y a 3 ans
Parent
commit
d1b6a0932f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      benchmarks/loop_3.py

+ 5 - 0
benchmarks/loop_3.py

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