InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by “for loop” ? |
|
Answer» A for loop is à Python statement which repeats a group of statements a specified number of times. You can use any object (such as strings, arrays, lists, tuples, diet and so on) in a for loop in Python. |
|