Question: python Write a user-defined function called commonLst (Ist1, Ist2) that takes 2 arguments, both lists. Print a list of all items in Ist1 that are

python
python Write a user-defined function called commonLst (Ist1, Ist2) that takes 2

Write a user-defined function called commonLst (Ist1, Ist2) that takes 2 arguments, both lists. Print a list of all items in Ist1 that are also in Ist2. Note: you may not use nested for loops. commonLst ([3,'Peter', 'Paul', 'Mary'], ['Jack', 'Mary', 'Paul']) ['Paul', 'Mary']

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!