#python
Read more stories on Hashnode
Articles with this tag
Today, I learned that you can pair an else clause with a loop statement such as for or while. It looks like this: for i in iterator: # do...