What is the name of a built-in package that provides additional data types (for example: Counter, ChainMap, deque), providing alternatives to general-purpose built-in types such as dict, list, set, and tuple?

Questions & AnswersCategory: PythonWhat is the name of a built-in package that provides additional data types (for example: Counter, ChainMap, deque), providing alternatives to general-purpose built-in types such as dict, list, set, and tuple?
Lokesh Kumar Staff asked 2 years ago

What is the name of a built-in package that provides additional data types (for example: CounterChainMapdeque), providing alternatives to general-purpose built-in types such as dictlistset, and tuple?
 
a. datatypes
b. types
c. ctypes
d. collections
e. pytype