get rid of duplicate elements in list without set
thomasvangurp at gmail.com
thomasvangurp at gmail.com
Fri Mar 20 10:54:08 EDT 2009
Previous message (by thread):
get rid of duplicate elements in list without set
Next message (by thread):
get rid of duplicate elements in list without set
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
You could use: B=list(set(A)).sort() Hope that helps. T
Previous message (by thread):
get rid of duplicate elements in list without set
Next message (by thread):
get rid of duplicate elements in list without set
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list