wtfpython icon indicating copy to clipboard operation
wtfpython copied to clipboard

Create else_without_if.txt

Open Yukti-09 opened this issue 5 years ago • 0 comments

Most languages do not allow an else statement without an if. However, python allows the else statement to be executed without the if provided the loop before it has not been terminated by a break statement.

Yukti-09 avatar Jul 21 '20 14:07 Yukti-09