Write the output of the following code : A = {1 : "One", 2 : "Two", 3 : "Three"} print(A[2] + A[1])
1.Error
2.TwoOne
3.21
4.{1 : “Oneâ€, 2 : “Twoâ€, 3 : “Threeâ€}
Answer:2
Posted Date:-2021-12-06 17:50:30