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
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
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
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
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
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