Question: in Python 3. Write a function named initialLets. Input: Return: a dictionary in which each key is the initial letter of a word in t

in Python

3.

in Python 3. Write a function named initialLets. Input: Return: a dictionary

Write a function named initialLets. Input: Return: a dictionary in which each key is the initial letter of a word in t and the corresponding value is the pay number of words that begin with that letter. Upper and lower case letters should be considered different letters. For example, the following would be correct output. text-"I'm born to trouble I'm born to fate" print (initialLets(text))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!