Question: What built-in Python data type can be used as a hash table?

  1. `set`
  2. `list`
  3. `tuple`
  4. `dictionary`

Answer: The correct answer of the above question is Option D:`dictionary`