wtfpython
wtfpython copied to clipboard
Create else_without_if.txt
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.