Unique Elements in List

# Introduction In Python, a list is a collection of items that are ordered and changeable. Sometimes, we need to find the unique elements in a list, which means we want to remove any duplicates and only keep the distinct values. In this challenge, you will write a function that takes a list as input and returns a new list containing only the unique elements.

|60 : 00

Click the virtual machine below to start practicing