Definition:
The repetition of code based upon certain conditions expressed by one of the following conditionals: if...elif...else, while, or for. The body of the loop is that part in which the computer does something if the condition is true. Looping is also known as iteration.

