0
1.7kviews
Write a python to find out the unique elements in the list.
written 2.5 years ago by | • modified 2.5 years ago |
Write a Python function that takes a list and returns a new list with unique elements of the first list
ADD COMMENT
EDIT
1 Answer