Which loop statement is used to repeat a set of statements for fixed number of times?
Answers
Answered by
1
for loop.
For loops are used to run a set of statements for a given number of times, for example:
for x in range(8):
print(x)
Similar questions
Physics,
2 months ago
English,
2 months ago
Social Sciences,
4 months ago
Math,
10 months ago
Math,
10 months ago