Python

While Loop

Loop until false.

💡 THINK OF IT LIKE…
▸ YOUR TURN

Write: while x > 0: x -= 1

while.py
+80 XP
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
▶ Output (python)
Click 'Run code' to execute your code in a real sandbox.