In Python, when to use a Dictionary, List or Set?
Asked 07 September, 2021
Viewed 1.3K times
  • 65
Votes

When should I use a dictionary, list or set?

Are there scenarios that are more suited for each data type?

12 Answer