Write a function (def mergeSortedLists(lst1, lst2)) that takes two sorted lists and returns a single sorted list containing all elements.