Iteration

Iteration is the process of repeatedly executing a set of instructions until a condition is met. It is commonly used in loops to cycle through data structures like lists, arrays, or sequences in a program.