Check for Duplicates in List Function (Challenge)

# Introduction In Python, a list is a collection of items that are ordered and changeable. Sometimes, we need to check if a list has any duplicate elements. In this challenge, you will write a Python function to check if a list has any duplicates.

|60 : 00

Click the virtual machine below to start practicing