sum up list python

Solutions on MaxInterview for sum up list python by the best coders in the world

showing results for - "sum up list python"
Enrico
04 Oct 2020
1b = [1,2,3]
2a = sum(b)
3# 6