Dear List-ers, How can I simplify this lines: > sum = 0 > myList = [1,2,3,4,5,6] > for each in myList: > sum += each Into shorter, more elegant line(s)? TFYH, Nano --Peace!--