Used on a list, set() gives us a set of the unique list values, which we can then store in a variable like grocery_set.
set()
grocery_set
Make sure to pick grocery_set, followed by =, and finally set(grocery_list).
=
set(grocery_list)