Built-in Types — Python 3 documentation#sequence.append
sequence.append(value,/)Append value to the end of the sequence. This is equivalent to writing
seq[len(seq):len(seq)] = [value].
Printed 2026-06-28.
Built-in Types — Python 3 documentation#sequence.append
sequence.append(value,/)Append value to the end of the sequence. This is equivalent to writing
seq[len(seq):len(seq)] = [value].
Printed 2026-06-28.