🌈 搜索
📅  最后修改于: 2022-03-11 14:45:44.731000             🧑  作者: Mango
b = [sum(a[current: current+5]) for current in xrange(0, len(a), 5)]