Question: Question 1. Please use python 3.0 code for this problem. Your assignment: For this assignment you will write a Python script to input a value
Question 1. Please use python 3.0 code for this problem. 
Your assignment: For this assignment you will write a Python script to input a value representing an amount in cents and will output the same amount using the fewest number of coins. For example, if the input is 46, the output should be: >>> 46 1 quarter, 2 dimes and 1 penny Make sure to test for singular and plural to avoid printing "1 quarters" or "2 dime
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
