2006年11月30日 星期四 23:32
Python 2.5 Slides by Alex Martelli <http://www.aleax.it/Python/py25.pdf> ÀïÃæ˳´ø½éÉÜÁË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,ËãÊÇÒ»¸öС¼¼ÇÉ¡£ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061130/a6f5f07b/attachment.html
Zeuux © 2025
京ICP备05028076号