Counting Evens

Write a program counting_evens.py that has the user enter a series of numbers. The program keeps track of how many even numbers were entered, and allows the user to keep entering values until a negative value (the sentinel) is entered. At that point the program tells the user how many even values were entered.