Counting Positives

Write a program counting_positives.py that has the user enter a series of positive numbers. The program should keep track of how many positive values have been 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 how many positive values were entered.