Intermediate
Debug Python Infinite Loop
Identify and fix a logical error causing an infinite loop in a Python code snippet.
📝 프롬프트 내용
Review the provided Python code snippet that is intended to count down from a given number to zero but is currently stuck in an infinite loop. Identify the logical error in the loop condition or update statement. Rewrite the corrected code block and add a comment explaining the fix.