Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.