meta data for this page
loops
Use for
loops where number of iterations is known. Use while
otherwise.
for _ in range(0, 100): if component_ready(): break
jump to: Search / User Tools / Main Content / Change Content Width
niziak.spox.org
Use for
loops where number of iterations is known. Use while
otherwise.
for _ in range(0, 100): if component_ready(): break
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3