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

1758 Views

See similar Python Mentoring tutors

Related Python Mentoring answers

All answers ▸

Explain the difference between local and global variables


Write a basic program to output the lowest of 3 input numbers. (You may omit error checks on your inputs)


What is the difference between a for loop and a while loop?


How would you write a while loop to print all even numbers from 1-10?


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:

© 2026 by IXL Learning