Understanding Loop in Python
In programming, loops are used to execute a block of code repeatedly. A lot of times, you will come face to face with situations where a piece of code will be used over and over without writing the same line of code multiple times. In this article, I...
hellobami.com7 min read
Ruth Ikegah
Learning to do things the backend way, Github Star, OSS lover and advocate
Well detailed. I did not know about continue and pass statements! Nice article