Somma Array Python
#sum the elements in a list
x=[1,2,3,4]
sum(x)
Long Lapwing
#sum the elements in a list
x=[1,2,3,4]
sum(x)