An open API service indexing awesome lists of open source software.

https://github.com/candytale55/combine_sort_python

Write a function named combine_sort that has two parameters named lst1 and lst2. The function should combine these two lists into one new list and sort the result. Return the new sorted list.
https://github.com/candytale55/combine_sort_python

Last synced: 10 months ago
JSON representation

Write a function named combine_sort that has two parameters named lst1 and lst2. The function should combine these two lists into one new list and sort the result. Return the new sorted list.

Awesome Lists containing this project