点击运行
import numpy as np a = np.arange(24) print(a)
运行结果 :
正在执行...