¡Sorpréndeme!

Lecture 53: Python has for loop and Iterables

2025-05-20 4 Dailymotion

An iterable in Python is an object capable of returning its members one at a time, permitting it to be iterated over in a for-loop. It represents a sequence of elements that can be traversed. Common examples of iterables include lists, tuples, strings, dictionaries, and sets.