Shape Shape

Loop

Loop is a programming construct that repeats a block of code multiple times. Used in software development for iteration over data or tasks.

Example:

A for-loop prints numbers from 1 to 10 in Python.

WhatsApp Icon