Computer Science, asked by vaibhavkulal433, 6 months ago

What will be the output of
a={1:'Hi',2:'Hello',3:'All',4:'Bye'}
a[3+1]​

Answers

Answered by indiantechsmith
1

If the last line is print(a[3+1]), the output will be Bye.

Similar questions