Computer Science, asked by ireceiveanswer, 17 days ago

make a python program that will set the variable total to 100. then with a counter loop to subtract 10 values from the total.​

Answers

Answered by pv4446870
0

Answer:

The Python sum() function calculates the total of all numerical values in an iterable. sum() works with both integers and floating-point numbers. The sum() function has an optional parameter to add a number to the total. alculating the sum of a list is a common operation in

Similar questions