Computer Science, asked by tithi71, 8 months ago

95 values sum in python code ​

Answers

Answered by Anonymous
1

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

Answered by namanfederer
0

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:

Similar questions