Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please make sure code runs correctly, ive posted this multiple times and usually code doesnt work and also what output should be is provided below

Please make sure code runs correctly, ive posted this multiple times and usually code doesnt work and also what output should be is provided below image text in transcribed
image text in transcribed
image text in transcribed
print dict in key ordertsynonymsdict) # 3333333333333333333333333333333333333333333333333 # gettextvaluation() - - Define the get text_valuation) function which is passed two parameters, a dictionary and a string of text The keys of the parameter dictionary are single letters and the corresponding values are integers (the value of the key letter), e.g, b' 5, a 6, c': 3) The function returns the total valuation (an integer) of the string of text where: ee if the letter from the text is a keyletter of the dictionary then its value is the integer corresponding to the letter in the dictionary any alphabetic characters from the text which are not in the dictionary are worth 1, and ee all non alphabetic characters are worth 0 (use the isalpha) method to check if a character is alphabetic or not) Notes: aee you will need to change the text to lowercase before you work out the total value of the text, you can assume that all the keys in the dictionary are lowercase characters. For example, the following code: 2, "s": 2, "h":4, "t":3, letter-value-dict = {"r": m"7, g":4, :8) letters"BLAH print ("1., letters," get text valuation (letter_value dict, letters)) lettersthought provoking print ("2.", letters," get_text_valuation (letter_value dict, letters)) letters "too much month at the end of the money. print("3., letters, get text valuation(lettervalue dict, letters)) prints: . BLAH-7 2. thought provoking -40 3. too much month at the end of the money-70 def get_text_valuation(lettervalue dict, text): return 0 def test_get text_valuation): letter-value-dict {"r": 2, "s": 2, "h":4, =

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions