CBSE Class 11 Computer Science Question 28 of 88

Tuples and Dictionary — Question 8

Back to all questions
8
Question

Question 8

To create a new dictionary with no items:

  1. Dict
  2. dict()
  3. d1=[]
  4. None of these
Answer

dict()

Reason — The function dict() is used to create a new dictionary with no items.