Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 13)
13.
What is the purpose of the collections module?
Mathematical operations
Working with collections (lists, tuples, sets, etc.)
File I/O operations
Web development
Answer: Option
Explanation:
The collections module in Python provides specialized data types and functions to work with collections, such as namedtuple, Counter, and defaultdict.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.