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