Question: What built-in Python data type is commonly used to represent a stack?

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

Answer: The correct answer of the above question is Option B:`list`