175865/removing-duplicates-in-lists
How do I get a new list without duplicates?
[1, 2, 3, 1] → [1, 2, 3]
How do I get a new list where items that are duplicated are entirely removed?
[1, 2, 3, 1] → [2, 3]
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.