for loop in Python
for loop is the most common iterating logic that we used in every programming or scripting. But today, here we will see, how we can write that same for loop in python.
Generally, for loop is used to iterate through any iterables. For e.g. we have a l...
rajumahato.hashnode.dev1 min read