loading
open in
main.py
history
1
2
3
s =
"hello"
for
i
in
s: print(i, end=
""
)