Chapter 6: Problem 12
Write a function def saneset \((a, b)\) that checks whether two lists have the same elements in some order, ignoring duplicates. For example, the two lists and \(\begin{array}{lllllll}11 & 11 & 7 & 9 & 16 & 4 & 1\end{array}\) would be considered identical. You will probably need one or more helper functions.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.