Python Morsels: Looping in reverse Any reversible iterable can be reversed using the built-inreversedfunction whereas Python's slicing syntax only works on sequences. Read the full article: https://www.pythonmorsels.com/looping-in-reverse/ https://www.pythonmorsels.com/looping-in-reverse/