摘要: import numpy as np #使用np模块 np.set_printoptions(suppress=True) #此行代码表示 取消用科学计算法表示 #第一种相加方式 a=['34','34'] c=[345,3,456] b=[345,3,4] c = np.array(c) + np 阅读全文
posted @ 2021-04-12 20:37 连接中 阅读(5442) 评论(0) 推荐(0) 编辑