Merge and Sort Lists in Original Order

# Introduction In this lab, you are required to write a function `merge_and_sort()` that takes in two lists, merges them, checks the order of the first list, sorts the combined list in the same order as the first list, and returns the sorted list.

|60 : 00

Click the virtual machine below to start practicing