Module: (Python) The for loop statement. Typical tasks


Problem

2/16

The sum of the numbers in the sequence - Task 1

Problem

Try changing the program from the previous example so that it finds the sum of all integers from -10 to b, where the value of b is entered from the keyboard (b>-10). 
Use comments in the source code as a hint.