Re: [Tutor] To Find the Answers

2012-12-01 Thread Dave Angel
On 12/01/2012 11:39 PM, Sujit Baniya wrote: > *Write a function named countRepresentations that returns the > number*>* of ways that an amount of money in rupees can be represented > as rupee*>* notes. For this problem we only use rupee notes in > denominations of*>* 1, 2, 5, 10 and 20 rupee notes

[Tutor] To Find the Answers

2012-12-01 Thread Sujit Baniya
*Write a function named countRepresentations that returns the number*>* of ways that an amount of money in rupees can be represented as rupee*>* notes. For this problem we only use rupee notes in denominations of*>* 1, 2, 5, 10 and 20 rupee notes.*>**>* The signature of the function is:*>*def