Built-in Functions — Python 3 documentation#reversed
reversed(object,/)Return a reverse iterator. The argument must be an object which has a
__reversed__()method or supports the sequence protocol (the__len__()method and the__getitem__()method with integer arguments starting at0).
Printed 2026-06-28.
(echo:: @ ᯤ)