Question: What will occur when the following code is executed? months = {'Jan':1, 'Feb':2, 'Mar':3} months[2]
What will occur when the following code is executed?
months = {'Jan':1, 'Feb':2, 'Mar':3}
months[2]
Step by Step Solution
3.42 Rating (161 Votes )
There are 3 Steps involved in it
When the following code is executed Python months Jan1 Feb2 Mar3 months2 ... View full answer
Get step-by-step solutions from verified subject matter experts
