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