Question: In python please Someone gave me this code to use but it didn't work and it said this was wrong 10.17 LAB: Scrabble points Scrabble
In python please

Someone gave me this code to use but it didn't work and it said this was wrong

10.17 LAB: Scrabble points Scrabble is a word game in which words are constructed from letter tiles, each letter tile containing a point value. The value of a word is the sum of each tile's points added to any points provided by the word's placement on the game board. Write a program using the given dictionary of letters and point values that takes a word as input and outputs the base total value of the word (before being put onto a board). Ex: If the input is: PYTHON the output is: PYTHON is worth 14 points. 4561922834276 qx3zay? 0/10 main.py Load default template... Output differs. See highlights below. Input Your output PYTHON is worth 14 points. Expected output 2:Compare output Output differs. See highlights below. Input Your output BALLOON is worth 9 points. Expected output 3:Compare output Output differs. See highlights below. Input Your output QUIXOTIC is worth 26 points. Expected output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
