Question: What will the following code display? dct = {'Monday':1, 'Tuesday':2, 'Wednesday':3} print(dct['Tuesday'])
What will the following code display?
dct = {'Monday':1, 'Tuesday':2, 'Wednesday':3}
print(dct['Tuesday'])
Step by Step Solution
3.52 Rating (152 Votes )
There are 3 Steps involved in it
The code will print the following 2 This is because the ... View full answer
Get step-by-step solutions from verified subject matter experts
