I don't think it has an option to change your country. If you'd like to see things in a different language, that's probably a different story.
Answer:
See explaination
Explanation:
Please kindly check attachment for the diagram in its best detailed manner.
You can probably refresh or log out or something.
I am not too familiar with the Python language, but the algorithm would be something like this:
1. create a variable for the sums of the number
2. read in how many numbers the user wants to enter (let's call it N)
and then create a for loop:
for N times
read in the next number
increase the sum variable by that number
Hopefully this helps!