Question: Q1: Write a python code to print the following figure: # ### #### Q2: Write a python code to count the number of Iraqi currency
Q1: Write a python code to print the following figure: # ### #### Q2: Write a python code to count the number of Iraqi currency classes in in a given amount of money. For example: 19500 ID: 50000 : 0 25000 : 0 10000:1, 5000:1, 1000: 4, 500:1, 250 : 0 Another example: 2250 ID: 50000 : 0, 25000 : 0, 10000:0, 5000 : 0, 1000:2, 500:0, 250: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
