单选题

在Python中,以下代码的输出是? ( )

import numpy as np
x = np.arange(10, 20, 3)
print(x[-1])

A

10

B

16

C

19

D

报错

赣ICP备20007335号-2