get rid of duplicate elements in list without set
thomasvangurp at gmail.com
thomasvangurp at gmail.com
Fri Mar 20 15:54:08 CET 2009
Previous message:
get rid of duplicate elements in list without set
Next message:
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:
get rid of duplicate elements in list without set
Next message:
get rid of duplicate elements in list without set
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list