Re: [Tutor] Python 3.5 Question

2015-10-09 Thread Ben Finney
Mark Lawrence writes: > On 09/10/2015 16:47, Ben Finney wrote: > > Whoops, my apology! I failed to notice we are already in that forum > > :-) > > I simply had to roar with laughter at the signature you used for the > above as it just seemed so apt, nothing personal :) > > > \ “He may look

Re: [Tutor] Python 3.5 Question

2015-10-09 Thread Mark Lawrence
On 09/10/2015 16:47, Ben Finney wrote: Ben Finney writes: You may also be interested in the Python Tutor forum https://mail.python.org/mailman/listinfo/tutor> which is specially focussed on collaboratively teaching Python beginners. Whoops, my apology! I failed to notice we are already in th

Re: [Tutor] Python 3.5 Question

2015-10-09 Thread Ben Finney
Ben Finney writes: > You may also be interested in the Python Tutor forum > https://mail.python.org/mailman/listinfo/tutor> which is specially > focussed on collaboratively teaching Python beginners. Whoops, my apology! I failed to notice we are already in that forum :-) -- \ “He may look

Re: [Tutor] Python 3.5 Question

2015-10-09 Thread Alan Gauld
On 09/10/15 01:13, Sasuke Uchiha wrote: Hi, I would like to know how to create a code similar to the result below. I want to input a number like 1000, and for it to give me the maximum output with the least amount of bills (such as 100s) This looks like homework and we won't do your homework f

Re: [Tutor] Python 3.5 Question

2015-10-09 Thread Ben Finney
Sasuke Uchiha writes: > Hi, I would like to know how to create a code similar to the result > below. Is this an assignment for you? We aren't a service to do homework. Can you show some code you have written to try solving the problem? We can discuss what you have already tried. You may also b

[Tutor] Python 3.5 Question

2015-10-09 Thread Sasuke Uchiha
Hi, I would like to know how to create a code similar to the result below. I want to input a number like 1000, and for it to give me the maximum output with the least amount of bills (such as 100s) - The bill amounts you have are 100s, 50s, 20s, 10s, 5s, and 1s - >>> Please enter