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.
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.