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

Question:
A = {“A” : “Apple”, “B” : “Ball”, “C” : “Cat”}
Which of the following statement will return : dict_items([(‘A’, ‘Apple’), (‘B’, ‘Ball’), (‘C’, ‘Cat’)])

1.print(A.keys( ))

2.print(A.values( ))

3.print(A.Items( ))

4.print(A.get( ))

Posted Date:-2021-12-06 18:12:28


More MCQS Questions and answers

Search