- Online Exam Test Papers | - MCQs[multiple choice questions and answers ] | - Mock Test Papers | - Practice Papers | - Sample Test Papers |

Question:
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”}

Posted Date:-2021-12-06 17:50:30


More MCQS Questions and answers

Search