Filter Non-Unique List Values

# Introduction In Python, a list is a collection of items that can be of different data types. Sometimes, we need to filter out the non-unique values from a list. In this challenge, you will create a function that takes a list as an argument and returns a new list with only the unique values.

|60 : 00

Click the virtual machine below to start practicing