Search
The cycle() function loops through the values of a list infinitely. That is, once it finishes iterating through all the values from a list, it begins iterating again from the start of the list.
cycle()