摘要: #包导入方法: import numpy import numpy as np from numpy import * # 数组与列表的差别 #数组:元素类型dtype相同 否则会强制类型转换 a=[1,2,3,4,5] [x+1 for x in a] b=[2,3,4,5,6,7] [c+d f 阅读全文
posted @ 2021-09-03 20:21 LeoSharh 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-03 18:30 LeoSharh 阅读(18) 评论(0) 推荐(0) 编辑