-2
I have a reception of several lists of different sizes and always the values is '0 and 1' as they are always changing can not write the code to add up. I cannot assign these lists to a variable, because I receive them like this. I receive this data may or so and need to add!
[0, 0, 0, 0, 0, 1, 1, 1, 0]
[0, 0, 0, 0, 0, 1, 1, 1, 0, 1]
[0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1]
[0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1]
[0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1]
sum = sum all numbers and give only one value