Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 9)
9.
Which of the following statements about NumPy arrays in Python is true?
NumPy arrays are only one-dimensional.
NumPy arrays can only store integer values.
NumPy arrays are less efficient than Python lists.
NumPy arrays support element-wise operations.
Answer: Option
Explanation:
NumPy arrays in Python support element-wise operations, making them efficient for mathematical computations.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.