Question: In Python, write a function that is passed 2 lists. The function should concatenate the items of the second list onto the first list, and
In Python, write a function that is passed 2 lists. The function should concatenate the items of the second list onto the first list, and then display the modified first list.
Then , write a program that tests this function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
