Python For Loops

Python For Loops is used for iterating over a sequence (a list, a tuple, a dictionary, a set, or a string).

Code :