Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

added for-else loop #320

Closed razorcalhn closed 4 years ago

razorcalhn commented 4 years ago

I believe that most people are unaware of the else clause in a for-loop. I hope people will find this code and explanation useful. I tried keeping in clear and concise. cheers 👍