While loop
Syntax
cond
is a expressionbody
is a statement
Examples
One-line loop
Single statement, no block
20th fibonacci number
Infinite loop
Avoid to use infinite loop, which will make your program stuck.
Last updated
cond
is a expression
body
is a statement
One-line loop
Single statement, no block
20th fibonacci number
Infinite loop
Avoid to use infinite loop, which will make your program stuck.
Last updated