Re: [Tutor] Fwd: Function works one time then subsequently fails

2015-04-29 Thread Jim Mooney Py3.4.3winXP
Sure, but let me include the full working program after fixup On 29 April 2015 at 19:09, Cameron Simpson wrote: > > These could all do with docstrings. add() is pretty obvious, but the > distinction between minus() and subtract() could do with elaboration. etc, etc. Thanks. Very comprehens

Re: [Tutor] Fwd: Function works one time then subsequently fails

2015-04-29 Thread Cameron Simpson
On 29Apr2015 08:34, Jim Mooney Py3.4.3winXP wrote: On 28 April 2015 at 22:40, Cameron Simpson wrote: We can pick over your code as well if you like. Should we? Sure, but let me include the full working program after fixup. Although I still have to write another program to feed it random prob

[Tutor] Fwd: Function works one time then subsequently fails

2015-04-29 Thread Jim Mooney Py3.4.3winXP
On 28 April 2015 at 22:40, Cameron Simpson wrote: > > As with all things, sometimes that cannot be reasonably achieved, but it > is usually so. > > We can pick over your code as well if you like. Should we? > > Cheers, > Cameron Simpson Sure, but let me include the full working program after f