Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 24)
24.
What is the purpose of the queue module?
Sorting elements in a list
Implementing queues and priority queues
Handling dates and times
File I/O operations
Answer: Option
Explanation:
The queue module in Python provides classes for implementing various types of queues, including FIFO and priority queues.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.