While Loop
Loop until false.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: while x > 0: x -= 1
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Click 'Run code' to execute your code in a real sandbox.
Loop until false.
Write: while x > 0: x -= 1
Click 'Run code' to execute your code in a real sandbox.