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.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to