Question: Please use Python In the game of Scrabble, players score points determined by the words they put on a board. Each letter is assigned a
Please use Python

In the game of Scrabble, players score points determined by the words they put on a board. Each letter is assigned a certain value, and the word score is the sum of the letter values. Write a program that allows the user to evaluate the score of any word. For this exercise, assume that the value of any character is the ord ) value minus 97; and also your program should consider only the lowercase version of the given word (Hint: Use the lower method). Finally, your program must use a sentinel loop to allow the user to evaluate as many words as they would like, until they " 1. enter the word "quit. 2. Write a program that asks the user to guess your favorite number. The program should end when the user guesses correctly, but otherwise provides hints for guessing higher or lower
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
