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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/isbg.python.org/ Member address: [email protected]
