given a list print all the unique values in it in any order by using sets code example Example: python list with only unique values my_list = list(set(my_list))