tutorial.eyehunts.com
Python for loop range
In Python, the for loop is used to iterate over a sequence (such as a list, tuple, string, or range) and perform some operation on each item
Rohit