# Exercise 1

items should be a tuple when the list is final. This will prevent other programmers and their code from editing your set of values

items should be a list when you want to it to be extendable and flexible. This will enable other programmers to change, add or delete the values from the set of items.