95 values sum in python code
Answers
Answer:
i dont know the answer but i think i can give u the steps atlest mark me brainliest
Explanation:
Read input number asking for length of the list using input() or raw_input() .
Initialise an empty list lst = [] .
Read each number using a for loop .
In the for loop append each number to the list.
Now we use predefined function sum() to find the sum of all the elements in a list.
Print the result
Answer:
a=1 b=2 c=3 d=4 e=5 ...................................................................................................................................................................................................................................
and now
a+b+c+d+e+f+g+h+i+.................................................aa+ab+ac+ad+ae+.........
Explanation: