单选题

关于一维数组,运行以下程序,输出结果是?( )

import numpy as n
a=n.array(range(10))
print(a[5])

A

0 1 2 3 4

B

4

C

5

D

6

赣ICP备20007335号-2