Make a game that asks the player to enter how many coins it takes to make exactly one dollar in order to count their change.
I attempted this once however the instructor did NOT like that the tutor used this approach
I do not know if they want us to alter the text and create our own game? If so, feel free to be creative. It needs to be submitted in a .py format.
The user should be prompted by the application to enter how many pennies, nickels, dimes, and quarters there are.
If all the coins entered have a value of one, The software ought should congratulate the user on winning the game and give them a dollar.
If not, the program should indicate whether the amount entered was greater than or less than in a message $1 one.