摘要: 基础语法: import numpy as np # 引入随机数库 npx1 = np.random.randint(0,100,(1000,1)) # 生产随机数,范围0-100,()括号里的意思是1000行,1列npxy = np.concatenate((npx1,npx2,npx3,npx4 阅读全文
posted @ 2022-03-11 11:53 琴声清幽 阅读(122) 评论(0) 推荐(0) 编辑