在numpy模块中,获得array大小的,可以使用array的什么属性?
A: length
B: shape
C: len
D: a.leng
A: length
B: shape
C: len
D: a.leng
举一反三
- 在numpy模块中,获得array大小的,可以使用array的什么属性?
- 查看numpy的array中元素的数据类型可以使用array的什么属性?
- 查看numpy的array中元素的数据类型可以使用array的什么属性? A: type B: dir C: ls D: dtype
- Array对象的length属性表示字符串的长度。
- When you pass an array to a function, ______ is passed to the array parameter in the function. A: a copy of the array B: a copy of the first element C: the starting address of the array D: the length of the array