会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
SnailN2
博客园
首页
新随笔
联系
订阅
管理
2023年3月27日
python循环之for循环
摘要: 当我们想让列表中的元素一个一个打印出时,用多个print()就显得代码很繁琐了,这是我们就可以用到循环 list_1 = ['one', 'two', 'three', 'four', 'five'] for list_2 in list_1: print(list_2) 首先我们定义一个列表,然后
阅读全文
posted @ 2023-03-27 10:55 放氮气的蜗牛
阅读(74)
评论(0)
推荐(0)
编辑
公告