Vidyalelo
Python · Q20

MCQs for Python Dictionaries: Exam

Programming · Python · question 20

Q20

In Python, how can you create an empty dictionary?

A.
dict()
Answer
B.
{}
C.
empty_dict()
D.
new_dict()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board