Question: please run on python platform to display result thanks Write a python function intersect(lst1, lst2) that takes as input two lists of numbers, lst1 and
please run on python platform to display result thanks
Write a python function intersect(lst1, lst2) that takes as input two lists of numbers, lst1 and lst2 and RETURNS a list of unique numbers appearing in both lists. >>> intersect([3, 4, 5, 8, 3, 4, 5], [5, 6, 7])
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
