Oddbean new post about | logout
 @d908aab1 What's not pythonic about a for loop? I'd put the actions on a separate line from the loop header as is recommended by PEP-8, but often the "stupid, simple" solution is the best. Any metaprogramming shenanigans would make this less readable with no tangible benefit.