Home
Press ? for keyboard navigation
❮
Command line arguments and main
break
❯
Infinite loop
examples/strings/infinite_loop.py
i
=
0
while
True
:
i
+=
1
print
(
i
)
print
(
"done"
)
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)