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

    (一).创建数组 import numpy as np(导入numpy模块) 1.创建基本数组 (1).arr = np.array([1,2,...