#1 import numpy as np arr=np.arange(0,12) print('你名字') print(arr) #2 print('你名字') print(type(arr)) print('这是一个ndarray数组类型')