Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Scrabble Time

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.