Computer Science, asked by Thagunna, 8 months ago

difference between for loop and while loop with example in python​

Answers

Answered by arifabeigh000
3

Explanation:

found on google

stay blessed:-)

if u can mark me brainliest

Attachments:
Answered by anita6675
2

Answer:

"For Loop" depends on the elements it has to iterate. For Loop iterates with number declared in the range.

"For Loop" depends on the elements it has to iterate. For Loop iterates with number declared in the range. "While Loop"is also used to repeat the program. But unlike while loop which depends on condition true or false.

Please mark it as brainliest answer.

Similar questions