Continue vs Break in Python
Article 014
In today's article we will discuss about the functionality of 'continue' and 'break' statements inside a loop.
continue:
This is used to skip a particular value inside a variable. A simple use-case of this is to extract information of all...
raisid369.hashnode.dev1 min read