Multiple Choice
The attribute ________ contains an array's number of dimensions and the attribute ________ contains a ________ specifying an array's dimensions:
A) dim, size, list
B) ndim, shape, tuple
C) dim, size, tuple
D) ndim, shape, list
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following statements a), b)
Q5: The NumPy array function receives as an
Q6: Which of the following statements about NumPy's
Q7: Assume the following array definitions: import numpy
Q8: Which of the following statements a), b)
Q10: Assume the array numbers contains the values
Q11: Which of the following statements is false?<br>A)
Q12: Which of the following statements a), b)
Q13: Which of the following statements is false?<br>A)
Q14: Which of the following statements a), b)