Write a program maximum_value.py
that has the user enter a series of positive numbers. As the numbers are entered, the program keeps track of the largest value entered. Once a non-positive value is entered, the program prints out the largest value that was entered.