以下程序的输出结果是:
dat=[‘1‘, ‘2‘, ‘3‘, ‘0‘, ‘0‘, ‘0‘]
for item in dat:
if item == ‘0‘:
dat.remove(item)
print(dat)
A[‘1‘, ‘2‘, ‘3‘]
B[‘1‘, ‘2‘, ‘3‘, ‘0‘]
C[‘1‘, ‘2‘, ‘3‘, ‘0‘, ‘0‘]
D[‘1‘, ‘2‘, ‘3‘, ‘0‘, ‘0‘, ‘0‘]
相关试题
-
以下程序的输出结果是: dat=[‘1‘, ‘2‘, ‘3‘, ‘0‘, ‘0‘, ‘0‘] for item in dat: if item == ‘0‘: dat.rem
-
以下程序的输出结果是: def func(a,*b): for item in b: a += item return a m = 0print(func(m,1,1
-
ZXCTN6000系列设备的配置文件startrun.dat存放在()
-
To attach an item in or to a second item.
-
在做网管终端DCS SDH内存清理时需要将C盘里()删掉用桌面上面的logfile.dat和history.dat替换。