What's an easy way to eliminate duplicate values from a list?
Converting the list into a set to discard the duplicates.