Primary
sequence.extend() ⚬|Documentation|1st|20260122201738-00-⌔
Built-in Types — Python 3.14.2 documentation#sequence.extend
sequence.extend(iterable,/)Extend sequence with the contents of iterable. For the most part, this is the same as writing
seq[len(seq):len(seq)] = iterable.Printed 2026-06-28.
Link to original
Secondary
• • •