Removing Duplicates

Given a list of integers, return a new list with duplicate elements removed.
[1, 2, 2, 3, 4, 4, 5]
Total : 0 Discussion
Login