Create a function that expects no arguments. The function asks user to enter a series of numbers greater than or equal to zero, one at a time. The user types end to indicate tha
you could use a try catch, if there is a Value Error when you are looking for a number they probably typed end, non the less you can do the apropriate checking in the except block.