单选题

运行下方代码段,输出的结果是(    )。

import numpy
a = numpy.arange(5)
b = [3]
print(a*b)
A

15

B

[15]

C

[ 0 1 2 3 4]

D

[ 0 3 6 9 12]

赣ICP备20007335号-2