1、列表相除
a=[1,2]
[x/2 for x in a]
2、多个list相加
python list
原文:http://www.cnblogs.com/bawu/p/7210873.html