Python allows repetition of a set of statements using ............... construct.
(a) Looping
(b) Decision
(c) Condition
(d) Sequence
Answer:
Repetition of a set of statements in a program is made possible using looping constructs.
So, the correct answer is (a).