Python Language 38 Beginner Code Add Comments Line Question Write Program Takes Two Lists Q43894430
Python Language 3.8
Beginner code
Add comments for each line
Question: Write a program that takes two lists and displays theitems that occur in both lists. For example: [“a”, “b”, “c”] [“c”,”a”, “d”] would display a and c.
Expert Answer
Answer to Python Language 3.8 Beginner code Add comments for each line Question: Write a program that takes two lists and displays…
OR