Python program to find common items from two lists

Write a Python program to find common items from two lists
[10,20,30,40,60]
[20,40,100,90,85]
Total : 0 Discussion
Login