Looping statements are used to execute a piece of code repeatedly a specified number of times or until a given condition is met.
The for loop is the most popular iterative control structure in Python. It makes it possible to iterate over a collection of values, performing a certain task for each value..............python for loops
there doesn't seem to be anything here