Computer Science, asked by anurag8510909, 6 months ago

what is for loop in python explain in simple words?​

Answers

Answered by ishakumarisingh557
0

A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string). With the for loop we can execute a set of statements, once for each item in a list, tuple, set etc. ...

Similar questions