I\'m trying to solve this problem by using this code
def unique_list(numbers): unique = [] for item in numbers : if item in unique == False: