What will be the output of
a={1:'Hi',2:'Hello',3:'All',4:'Bye'}
a[3+1]
Answers
Answered by
1
If the last line is print(a[3+1]), the output will be Bye.
Similar questions