So, how do dictionaries compare to lists?
Great! Dictionaries are unordered and use the update()
method to add and update values. Lists are ordered and have separate methods.
Almost! Dictionaries are unordered and use the update()
method to add and update values. Lists are ordered and have separate methods.