Question: Using Python on Windows listCompare (11, 12) Write a function listCompare that takes two list 11 and 12 and compare these lists. The function should
listCompare (11, 12) Write a function "listCompare" that takes two list "11" and "12" and compare these lists. The function should display all missing and extra values in 12 Sample Input 11 - ("a", "b", "e", "d", "e" 12 - "b", "a", "e", "", "g"] Sample Output The missing values: a, c The extra values: 1,9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
