loops

Using 
loops
, 
we 
can 
make 
Python 
repeat 
the 
set 
instructions
 
again 
and 
again.
The 
set 
of 
instructions 
inside 
a 
loop 
will 
be 
repeated 
until 
a 
particular 
condition 
remains 
True
. 
As 
soon 
as 
the 
given 
condition 
becomes 
False
, 
the 
program 
breaks 
/ 
comes 
out 
of 
the 
loop.