First time here? Check out the FAQ!
answered 2010-09-17 10:14:37 +0100
If you're lazy and don't care about ordering in L:
sage: list(set(L))
Again, all of this is pure Python, so you might benefit from reading a tutorial on writing Python code.