[Solved]Would Write Code Python Takes Input Five Letters Coverts Lowercase Prints Corresponding Nu Q37260200
how would I write a code in python that takesinput as five letters (coverts it to lowercase) and prints itscorresponding numbers from a dictionary
input_user= input (‘enter four letters: ‘)
dictionary= {‘a’:2, ‘b’:4, ‘c’: 9, ‘d’: 3, ‘e’:2}
Expert Answer
Answer to how would I write a code in python that takes input as five letters (coverts it to lowercase) and prints its correspondi… . . .
OR

