CBSE BOARD XII, asked by riyakumari88162, 2 months ago

difference between for loop and while loop in python ​

Answers

Answered by srivastvaanubhav79
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 kondetirakshitha
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