I am practicing an exercise in Python to add the elements of a list and when I add the values I get this way by console:
[1, 2]
1
3
[5, 4, 2]
5
9
11
[12, 11, 120]
12
23
143
[50, 22, 88, 80, 108]
and I want the total value of eac...
asked by
02.10.2018 / 14:21