Question: Exercise 3 : Suppose we have the following dictionary: d = { 1 :good, 2 :morning, 3 :john } #a ) Write a piece of
Exercise : Suppose we have the following dictionary:
d :"good", :"morning", :"john"
#a Write a piece of code that loops through the values of this
# dictionary and makes the first letter in each word upper case
# hint: check out string.title method The output should look like
# this:
#value Good
#value Morning
#value John
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
