Filter Unique List Values (Challenge)

# Introduction In Python, a list is a collection of items that are ordered and changeable. Sometimes, we need to filter out the unique values from a list. In this challenge, you are required to write a Python function that takes a list as an argument and returns a new list with only the non-unique values.

|60 : 00

Click the virtual machine below to start practicing