Eliminate duplicates from drinks_list using the set() instruction.
drinks_list
set()
Make sure to pick set followed by ( and then drinks_list, ).
set
(
)