I need a simply program on python, please see attachment. Students will also write a brief reflection (one or two paragraphs) about new skills or insights they learned about programming from developing this program and how they can apply them to their current or future work.
1. Make Change Write a program to make change for an amount of money from 0 through 99 cents input by the user. The output of the program should show the number of coins from each denomination used to make the change. See Fig. 2.34. it is attached
Enter amount of change: 93
Quarters: 3 Dimes: 1
Nickels: 1 Cents: 3
FIGURE 2.34 Possible outcome of
Programming Project 1.