# Introduction A common problem in programming is finding the elements that are common in two different lists. In this challenge, you will be writing a Python function to find the intersection of two lists.
Click the virtual machine below to start practicing