namedtuple()Factory Function for Tuples with Named FieldsNamed tuples assign meaning to each position in a tuple and allow for more readable, self-documenting code. They can be used wherever regular tuples are used, and they add the ability to access fields by name instead of position index.
Printed 2026-06-28.
(echo:: @ ᯤ)