Output of print(type({})) in Python

Question:
What is the output of:

print(type({}))
  1. tuple
  2. dict
  3. int
  4. list
Answer:
B - is the correct answer