forked from Rust-related/RustPython
7 lines
63 B
Python
7 lines
63 B
Python
obj = []
|
|
|
|
# ---
|
|
|
|
for i in range(ITERATIONS):
|
|
obj.append(i)
|