question archive Write a function remove_extras(lst) that takes in a list and returns a new list with all repeated occurrences of any element removed
Subject:Computer SciencePrice: Bought3
Write a function remove_extras(lst) that takes in a list and returns a new list with all repeated occurrences of any element removed.