下列程序的运行结果是 [20 16 12 8 4],请填空?( )
import numpy as np x1 = np.arange( , , ) print(x1)
20,0,4
20,0,-4
0,20,4
0,20,-4