会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
liuzhipenglove
博客园
首页
新随笔
联系
管理
订阅
2018年2月4日
python 面试题: 列表表达式
摘要: [process() for item1 in iterable1 if condition1 for item2 in iterable2 if condition2 For item3 in iterable3 if condition3] 等效于: res = [] for item1 in iterable1: if condition1: for item2 in ...
阅读全文
posted @ 2018-02-04 18:32 liuzhipenglove
阅读(243)
评论(0)
推荐(0)
编辑
公告