thomasvang...@gmail.com wrote:
You could use: B=list(set(A)).sort() Hope that helps.
That would leave a B with value None :-) B=list(sorted(set(A)) could work.
smime.p7s
Description: S/MIME Cryptographic Signature
-- http://mail.python.org/mailman/listinfo/python-list