What will the following code display?
dct = {'January':1, 'February':2, 'March':3}
print(dct['February'])
Answers
Answered by
0
Answer:
['February']) is the answer
Similar questions