Home
Press ? for keyboard navigation
❮
Solution: Count unique characters
Formatted strings
❯
Solution: Convert for-loop to while-loop
examples/loops/using_while_loop.py
ix
=
3
while
ix
<
25
:
print
(
ix
)
ix
+=
4
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)