We need write a program that adds up a series of numbers entered by user. The user should enter each number at the command prompt. The user will indicate that he or she is finished entering the number by entering the number 0.
We need to use python language.