240 发简信
IP属地:河北
  • 120
    Numpy基础教程

    numpy创建数组(矩阵)1.从Python中的列表、元组等类型创建ndarray数组In [1]: import numpy as npIn [2]: np.array([...