Find Common Elements in Python Lists

# Introduction In Python, you can easily find the common elements between two lists using the set intersection operation. In this challenge, you will be asked to write a function that takes two lists as input and returns a new list containing only the elements that are present in both input lists.

|60 : 00

Click the virtual machine below to start practicing