Most programming languages need loops to repeat the execution of a statement block while some condition is true.
Python has two
kinds of loops:
Implicit loops (iterations): the map, reduce, and filter functions and others