Computer Science, asked by anika1472, 10 months ago

What is used to repeat certain steps a fixed number of times.? ​

Answers

Answered by ghostrider2102
0

Explanation:

a repeater is used to repeat a step a certain no. of times

for ex:

if we want to repeat a no. 38, 5 times then the programme will be(as per python language):

print(38**5)

then output will be:

3838383838

Similar questions