Python public recipes
The loop will keep running until it finds a value for 'i' that is less than zero.
Shortcut: loop.while
while condition:
The loop will keep running until it finds a value for 'i' that is less than zero.
Shortcut: loop.while
while condition: