Output of print(type({})) in Python
Question
:
What is the output of:
print(type({}))
tuple
dict
int
list
Answer
:
B - is the correct answer