Compare List Contents

# Introduction In programming, it is often necessary to check if two lists contain the same elements, regardless of their order. This can be useful in a variety of situations, such as checking if two sets of data have the same values or verifying if a function is returning the expected output. In this challenge, you will write a function that checks if two lists have the same contents.

|60 : 00

Click the virtual machine below to start practicing