Advertisements
Advertisements
Question
Give an example of a loop that is to be executed a certain number of times.
One Line Answer
Solution
For i in range (10, 26, 5)
It will execute only 3 times.
shaalaa.com
Introduction to Flow of Control - Repetition
Is there an error in this question or solution?