1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Yukti Khosla
035bde72ef
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.
2020-07-21 20:03:45 +05:30