Write a program summing_positives.py
that has the user enter a series of positive numbers. The program should add the positive values entered, and continue having the user enter values until a non-positive value (0 or a negative number) is entered. The program should then display the sum of all the positive values that were entered.