2006年12月01日 星期五 14:30
很好。 有没有人可以多一点注释。有的地方看不懂。 On 11/30/06, Gu Yingbo <tensiongyb在gmail.com> wrote: > Python 2.5 Slides by Alex Martelli > > 里面顺带介绍了2.2, 2.3, 2.4 的一些特性,讲得很好。 > > 刚看到的2.4 里有这种用法。 > >>> a = [1, 2, 3, 4] > >>> sum([i**2 for i in a]) > 30 > >>> sum(i**2 for i in a) > 30 > 不加 [ ],好处是实际上不生成那个list,算是一个小技巧。 > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2006年12月05日 星期二 12:01
真好! -- If U can see it, then U can do it If U just believe it, there's nothing to it I believe U can fly JetPort:80
Zeuux © 2025
京ICP备05028076号