第27242题 单选题
已知NumPy二维数组`arr = np.arange(12).reshape(3,4)`,下列代码执行后可以得到数组`array([5, 11])`的是哪一项?

该数组的元素分布如下: 行: [, 1, 2, 3] 行1: [4, 5, 6, 7] 行2: [8, 9, 1, 11]

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析