会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CplandS
博客园
首页
新随笔
联系
订阅
管理
2020年12月18日
【python拾遗】list对象处理失败
摘要: 【python拾遗】list对象处理失败 情形:今天在处理文件的时候发现 list_a = [a, b, c, d] for i in range(2): temp = list_a temp[2] = temp[2] + "_i" print(temp[2]) 想象输出是: 想象输出 | 实际输出
阅读全文
posted @ 2020-12-18 17:36 CplandS
阅读(76)
评论(0)
推荐(0)
公告