Hi all,
I have a list in Python that contains some duplicate values:
my_list = [1, 2, 2, 3, 4, 4, 5]

I want to remove the duplicates and keep only unique values in the list. What’s 
the simplest and most efficient way to achieve this in Python?

Thanks for your input!

https://symbolscool.com/
_______________________________________________
Isbg mailing list -- isbg@python.org
To unsubscribe send an email to isbg-le...@python.org
https://mail.python.org/mailman3/lists/isbg.python.org/
Member address: arch...@mail-archive.com

Reply via email to