Question: Given the two lists below: Write a function called merge _ lists to merge the two lists. Call the function with the two lists as
Given the two lists below:
Write a function called mergelists to merge the two lists.
Call the function with the two lists as parameters
Display the merged list.
# Given these two lists
list
list
Create a function mergelists that receives two lists as parameters. The function must sort the lists and returned the values sorted.
#Your code goes here
Call the function with list and list as parameters. Then print the merged list
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
