0
  • Use a tuple to store a sequence of items that will not change.
  • Use a list to store a sequence of items that may change.
  • Use a dictionary when you want to associate pairs of two items.
[email protected] Asked question June 21, 2023