Answer TRUE or FALSE.

A list can be used to implement a dictionary.

True
  • True
  • False

Pretty much any container can implement a dictionary. It just might not be efficient for all operations.