Home
Press ? for keyboard navigation
❮
Loops: for-in and while
for-in loop on list
❯
for
for-in loop on strings
examples/loops/for.py
txt
=
'hello world'
for
ch
in
txt
:
print
(
ch
)
h e l l o w o r l d
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)