Ask a question to get started
Enter to sendā¢Shift+Enter new line
merge_lists( left: list[Any] | None, *others: list[Any]
left
list[Any] | None
others
()
Add many lists, handling None.
None
The first list to merge.
The other lists to merge.