会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qsx_suzy
博客园
首页
新随笔
联系
订阅
管理
2020年4月22日
【python】 针对list的for循环
摘要: 针对list的for循环两种方式,当时由于没搞懂range,导致使用了range(list1)错误方式,特此记录一下 方法1 in直接读取list 1 list1 = ["abc","tello","hello","syou"] 2 3 for i in list1: 4 print(i) 方法2
阅读全文
posted @ 2020-04-22 15:07 qsx_suzy
阅读(8687)
评论(0)
推荐(0)
编辑
公告