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.

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
Get step-by-step solutions from verified subject matter experts
