Instruction
Really good job! However, we are a bit greedy for points. In the Code Editor you already have a dictionary named letter_values that has letters as keys and the number of points for each of them as values.
Exercise
Create a function called get_word_value() that takes a word and returns the sum of points for it.



