What built-in Python data type is best suited for implementing a queue?
list
None. You can only build a queue from scratch.
dictionary
set