会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
shao1213
博客园
首页
新随笔
联系
订阅
管理
2020年4月16日
python:实现在列表中查找某个元素的下标
摘要: for i in s1: if i in s2: c1.append(i) s1={1,2,3} for j in range(0, len(s1)): if s1[j]==i: t1.append(j)
阅读全文
posted @ 2020-04-16 11:51 shao1213
阅读(4418)
评论(0)
推荐(0)
编辑
Python---AttributeError: 'int' object has no attribute 'append'
摘要: 今天遇到了问题
阅读全文
posted @ 2020-04-16 09:18 shao1213
阅读(5908)
评论(0)
推荐(0)
编辑