Question: Dictionary state _ codes _ names contains multiple state code and state name pairs. Read strings from _ state and to _ state from input,

Dictionary state_codes_names contains multiple state code and state name pairs. Read strings from_state and to_state from input, representing the codes of a trip's starting and ending states. Use state_codes_names to access the corresponding state name of each string. Then, output the starting state name, followed by ' to ' and the ending state name. state_codes_names ={
'NJ': 'New Jersey', 'ID': 'Idaho', 'NC': 'North Carolina', 'TN': 'Tennessee',
'AL': 'Alabama', 'MS': 'Mississippi', 'ND': 'North Dakota', 'NE': 'Nebraska'
}
''' Your code goes here '''

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!