Question: Write a Python function that does the following: 1. Its name is 2. It takes two lists as parameter. 3. It combines the two lists

Write a Python function that does the following: 1. Its name is 2. It takes two lists as parameter. 3. It combines the two lists into a single list that contains exactly the same values - make sure you add the items from the second list into the first list (the first list needs to be modified) 4. Do not use any list methods besides
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
