When to use a dectionary or a list

Lists retain order while dictionaries do not, hence time ordered data should only be used with lists. Dictionaries associate unique hashable keys with values, membership tests are also much faster with dictionaries (foo in bar). Lists allow for arithmetic operations much more readily than lists do (sum(), avg())

ML
Answered by Myles L. Python tutor

1733 Views

See similar Python Mentoring tutors

Related Python Mentoring answers

All answers ▸

How do you define a class in python


Define a function that takes in the age of the user and adds it to an output sentence such as "You are ..... old".


Write a Python script to take a product name as input and then automatically google search reviews for it and open the top 3 search results in different tabs


What is the difference between DFS and BFS? Where can I apply each?


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning