Create the variable drinks_set that stores the result of applying set() on drinks_list.
drinks_set
set()
drinks_list
Make sure to pick drinks_set followed by = and then set, (, drinks_list, ).
=
set
(
)