forked from Rust-related/RustPython
5 lines
61 B
Python
5 lines
61 B
Python
long_string = "a" * 50000
|
|
|
|
for char in long_string:
|
|
pass
|