Create the variable unique, use set() to transform answers into a set, and store it in the variable.
unique
set()
answers
Make sure to type unique = set(answers).
unique = set(answers)