Loops in Python Part 2
We will check loops in python with examples
First let's see a for-loop
For loop is used to iterate over a sequence of iterable types like:
tuple
list
other iterable types
Using an iterating variable that keeps track of the current item in the seque...
sammycodespy.hashnode.dev4 min read