Built-in Types — Python 3 documentation#sequence.pop
sequence.pop(index=-1,/)Retrieve the item at index and also removes it from sequence. By default, the last item in sequence is removed and returned.
Printed 2026-06-28.
Built-in Types — Python 3 documentation#sequence.pop
sequence.pop(index=-1,/)Retrieve the item at index and also removes it from sequence. By default, the last item in sequence is removed and returned.
Printed 2026-06-28.