Practice Python

Beginner Python exercises

21 May 2014

List Remove Duplicates Solutions

Exercise 14

Write a program (function!) that takes a list and returns a new list that contains all the elements of the first list minus all the duplicates.

Extras:

Sample solution

This solution has two different functions doing the solution in two ways - one does it with a loop, and one with sets!

Enjoying Practice Python?


Explore Yubico
Explore Yubico
comments powered by Disqus