会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
liuzhipenglove
博客园
首页
新随笔
联系
管理
订阅
02 2018 档案
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
编辑
公告