résumer la liste Python

b = [1,2,3]
a = sum(b)
# 6
Cloudy Caterpillar