forked from Rust-related/RustPython
7 lines
63 B
Python
7 lines
63 B
Python
string = "a" * ITERATIONS
|
|
|
|
# ---
|
|
|
|
for char in string:
|
|
pass
|