Computer Science, asked by hype10, 1 month ago

for and while loop in detailed information
---in PYTHON

please explain in detail
-- especially..FOR LOOP​

Answers

Answered by pearlshah5529
1

Answer:

In Python, "for loops" are called iterators. 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.a

Similar questions