difference between for loop and while loop in python
Answers
Answered by
1
Answer:
Just like while loop, "For Loop" is also used to repeat the program. But unlike while loop which depends on condition true or false. "For Loop" depends on the elements it has to iterate. For Loop iterates with number declared in the range.
Explanation:
Mark me as Brainlliest
Answered by
3
Answer:
Just like while loop, "For Loop" is also used to repeat the program. But unlike while loop which depends on condition true or false. "For Loop" depends on the elements it has to iterate. For Loop iterates with number declared in the range.
MARK ME AS BRAINLIST PLEASE
Similar questions