题库 Python题库 题目列表 下面代码的输出结果是?( )import numpy&nbsp...
单选题

下面代码的输出结果是?( )

import numpy as np
x = np.array([1, 2, 3, 4, 5])
print(x[2:4])
A.

[3 4]

B.

[2 3]

C.

[2 3 4]

D.

[2 4]

题目信息
2023年 12月 选择题
-
正确率
0
评论
104
点击