- Engineering
- Computer Science
- write a python function dispensecashn that takes a value n...
Question: write a python function dispensecashn that takes a value n...
Question details
Write a python function dispense_cash(n) that takes a value, n, representing a number of canadian cents and shows how to dispense that amount of cash using canadian bills and coins. For example, dispense_cash(127.32) would print something like:
1 one hundred dollar bill
1 twenty dollar bill
1 five dollar bill
1 quarter
1 nickel
Solution by an expert tutor
