当前位置:主页 > 软件编程 > Python代码 >
时间:2021-07-23 07:38:09 | 栏目:Python代码 | 点击:次
第一种方法:
A=[0]*8
第二种方法:
import numpy as np A=np.zeros(8)