怎么才能用以下办法删除列表中的数字?

E=[32,4,2,5,2,5,6,335,'fog',44] I=raw_input("search:") print type(I) if I in E: print "found" K=E.index(I) print type(K) print E.index(I) J=raw_input("do tou wanna delet?(yes or no):") if J=="yes": E.pop(K) print "ok,it was deleted" else: print"ok" else: print"didn't found" print E
Death__X
浏览 1362回答 2
2回答

忘性最大的人

代码最好还是选择Python的风格,再贴出来,不然逼死强迫症,另外Python这么看,咋看都不对啊!我了个去的缩进去哪了?

Love王山而

我也是个初学者并不晓得你这么...... 不过遍历数据类型 来删除可行
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python