For Loop With an Else Clause in Python
Have you ever used a for loop with an else clause in Python? WTH, right? I found out these exist earlier this week when going through some source code. Since it was such a shock I immediately tried to find a use case. Here’s some more detailed documentation. Make sure to search for “4.4” which … Read more