Files
RustPython/benches/microbenchmarks/addition.py
2020-12-13 17:06:21 +00:00

4 lines
53 B
Python

total = 0
for i in range(ITERATIONS):
total += i