a. Numpy library gets installed when we install Python.
Answer
False
b. Numpy arrays work faster than lists.
Answer
True
c. Numpy array elements can be of different types.
Answer
False
d. Once created, a Numpy arrays size and shape can be changed
dynamically.
Answer
True
e. np.array_equal(a, b)) would return True if shape and elements of a and
b match.
Answer
True
0 Comments:
Post a Comment