forked from Rust-related/RustPython
4 lines
53 B
Python
4 lines
53 B
Python
total = 0
|
|
for i in range(ITERATIONS):
|
|
total += i
|