Q20
In Python, how can you create an empty dictionary?
A.
dict()
AnswerB.
{}
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