Write remove_duplicates(items) that returns a new list with duplicates removed, keeping the order of first appearance.
remove_duplicates(items)