What is used to repeat certain steps a fixed number of times.?
Answers
Answered by
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
Science,
5 months ago
Math,
5 months ago
Sociology,
10 months ago
Environmental Sciences,
10 months ago
Science,
1 year ago