Shape Shape

Nested Loop

Nested Loop is a programming structure where one loop runs inside another loop. Used for iterating over multi-dimensional data or complex tasks.

Example:

A nested loop prints a multiplication table in Python.

WhatsApp Icon