Write a program that awards Olympians for winning gold medals. Let’s say there are five events today, and for every gold medal the winner receives $75,000. Prompt the user for how many gold medals the Olympian won.
The Get_Winnings(m) function should take exactly one parameter—a string for the number of gold medals. It will return either an integer for the money won or a string Invalid, if the amount is invalid. Olympians can win more than one medal per day.