python3(二)刷题遇到的知识点
2021-03-19 06:25
标签:app content ini head pre containe nim panel UNC 我习惯性写成了这样:错误 正确定义: 当然,还可以借用numpy库生成数组,可以得到多维数组: 结果: [0. 0. 0.] [[0. 0. 0.] [0. 0. 0.] [0. 0. 0.]] python3(二)刷题遇到的知识点 标签:app content ini head pre containe nim panel UNC 原文地址:https://www.cnblogs.com/leechee9/p/13949723.html1.定义数组,初始化数组
count = int[60]
count = [0]*60
print(np.zeros(3))
print(np.zeros((3,3)))
print(np.zeros((4,3,2)))
文章标题:python3(二)刷题遇到的知识点
文章链接:http://soscw.com/index.php/essay/66119.html