The equivalent for loop for the following while loop is __________.
i=1
while(i<=20) :
i+=2
(a) for i in range(1,20,2) :
(b) for i in range(0,20,2) :
(c) for i in range(1,20,2) :
(d) none of these
Answers
Answered by
2
Answer:
(a) for i in range (1,20,2)
Similar questions
Biology,
2 months ago
Math,
2 months ago
Chemistry,
2 months ago
History,
5 months ago
Political Science,
5 months ago
Social Sciences,
10 months ago
Physics,
10 months ago
Math,
10 months ago