Loops in Python
Namaste Coders!
In this article, we will discuss and learn loops in Python.
When you want to execute a block of code several times then instead of writing it again and again we can use loops that protect us from re-writing the same code.
Like while ...
akshitagarg275.hashnode.dev5 min read