Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 34)
34.
What does the array module in Python provide?
Support for working with arrays
Mathematical operations
File I/O operations
Regular expressions
Answer: Option
Explanation:
The array module in Python provides support for working with arrays, offering a more efficient alternative to lists for certain scenarios.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.