CBSE · 083Class XII · 2025Section A1 mark
Question 12
4 March 2025 · Computer Science (083)
Which of the following built-in function/method returns a dictionary ?
Answer
(a) dict()
Explanation
dict() is the constructor to create a new dictionary. The others return view objects.