Python Exercises - Data Structures #3 (single list duplicates)

preview_player
Показать описание
Another Python Data Structure video working with single lists and duplicate items. In the previous video we remove duplicate items for multiple lists, but this time we want to work on a single list, and find which items are repetitions.

--------------------------------------------------------------------------------------------------------
Find me on social media below:

Just created a facebook page:




Here is my twitter account for programming:


Here is my github account:

Рекомендации по теме
Комментарии
Автор

Thank you for taking the time to record this - really simple concept to understand once watching this... and REALLY helpful in many real-life situations for small businesses and noobie coders like me. Rock on!

robmonkriedlinger
Автор

I wasn't attentive enough to realize that we are looking for duplicates in a list and count them. I thought to use a set to get a list of unique elements. Thanks.

dodokwak