运行 ❯
获取
您的 Python
服务器
×
改变方向
改变主题,明暗
进入 Spaces
import numpy as np arr = np.array((1, 2, 3, 4, 5)) print(arr)
[1 2 3 4 5]