Question: Python 3 Problem 2: In cell 1 below, write a function that caculates a scrabble-score for a single word, given the values for each letter
Python 3 Problem 2: In cell 1 below, write a function that caculates a scrabble-score for a single word, given the values for each letter indicated below, and test it before proceeding 1 point: E, ALON, R, TLS,U 2 points: D G 3 points: B, C, MP 4 points. F, H, V, W, Y 5 points: 8 points: J, X 10 points: 0,2 In cell 2, copy the CT dataframe to a new dataframe called Scrabble Run your function on every column so that the columns for each group in the new dataframe contain the scrabble values for each word that belongs to the group. Assure that the null values for words become values for scores In cell 3, add a row at the bottom of the dataframe gamed "Total", which gives the total scrabble score for each group. Display this row using the tail function on the dataframe
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
