Multiple Choice
Which of the following is true about Python's array module?
A) it is limited to storing numbers
B) it behaves much like a dictionary
C) it can only hold character values
D) you can define its size at run time
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: It's easier to get to an item's
Q29: The run-time complexities of the operations on
Q30: When a list's append method results in
Q31: What are almost all operations on arrays
Q32: A traversal of a singly linked structure
Q34: A circular linked structure contains a link
Q35: If the logical size of an array
Q36: What is the primary implementing structure of
Q37: When an item is inserted into an
Q38: To access a two-dimensional array, you use