I need to multiply and sum one list, the output should be like this
?- tp4([1,7,0,1,2,3,5], L). L = [210,19,1,7,0,1,2,3,5]
frist the multi, next the sum and at the