Else Clauses on Loops

Aswin Barath
TechSoftware

--

Did you know that loop statements may have an else clause?
Well, it turns out that they can be used!

  • else clause will be executed when the loop completes all of the iterations with for loop and when the condition becomes false with the while loop.

Example:

Output:

Searching...
Searching...
Searching...
Searching...
Searching...
Searching...
Searching...
Searching...
Treasure not found :(
  • But else clause will not be executed when a break statement terminates the loop.

Example:

Output:

Searching...
Searching...
Searching...
Searching...
Found the treasure

Who Am I?

I’m Aswin Barath, a Software Engineering Nerd who loves building Web Applications, now sharing my knowledge through Blogging and Community events during the busy time of my freelancing work life.

Here’s the link to all of my craziness categorized by platforms under one place: https://linktr.ee/AswinBarath

For my blog lovers, read more Bite-sized Medium articles from our FB Page on Software Concepts, New & Trending Technologies. We provide a “Friend Link” 🤝 that guarantees anyone free access to our story, even if they’ve read all of their complimentary stories for this month 😍

Join me to learn Python!

Checkout the TechSoftware Feature Page where my mission is to share my knowledge on Python: https://medium.com/techsoftware/python/home

Learn what I know about Python from any of my favourite knowledge sources:

Keep Learning

Now, I guess this is where I say GoodBye👋.
But, hey it’s time for you to start learning with your newfound Knowledge(Power)👨‍💻👩‍💻 .
Good Job that you made it this far 👏👏
Thank you so much for reading my Blog🙂.

Also published at https://aswinbarath.tech

--

--

Aswin Barath
TechSoftware

Freelancer | Community Leader | Blogger | Software Engineer