pocketpy/benchmarks/loop_3.py
2023-02-20 05:21:58 +08:00

5 lines
86 B
Python

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