240 发简信
IP属地:西藏
  • python(numpy)的使用

    (一).创建数组 import numpy as np(导入numpy模块) 1.创建基本数组 (1).arr = np.array([1,2,4,8,0]) #列表转为数组...