On 15/05/2017 01:27, Alan Gauld via Tutor wrote:
On 14/05/17 19:03, Sydney Shall wrote:
The code that I have so far is as folows:
def __str__(self):
return("\n"
" Output from __str__ of POCWP. "
"\n"
"\n After the first t
Not exactly sure what you're trying to do here but maybe you want to join those
two things instead? Because of course it's a tuple the way you have it now.
Shu
Sent from my iTypo (with enhanced embarrassing auto-correcting)
> On May 14, 2017, at 11:03 AM, Sydney Shall wrote:
>
> I need some a
On 14/05/17 19:03, Sydney Shall wrote:
> The code that I have so far is as folows:
>
> def __str__(self):
> return("\n"
> " Output from __str__ of POCWP. "
> "\n"
> "\n After the first turnover, during the "
>
Am 14.05.2017 um 20:59 schrieb Martin A. Brown:
Hello and greetings,
I need some advice that I have been embarrased to ask for, because
I think that my error is so elementary.
Well, there are two benefits to trying to write down questions like
this when you encounter them.
1) Rubber Duck
Hello and greetings,
> I need some advice that I have been embarrased to ask for, because
> I think that my error is so elementary.
Well, there are two benefits to trying to write down questions like
this when you encounter them.
1) Rubber Duck debugging (if you have not heard of it); somet
I need some advice that I have been embarrased to ask for, because I
think that my error is so elementary.
I have written, as advised by the tutors, a complex program in a topic
that interests me. The program works well and the tests are OK.
Now I want to add a __str__ function, which I thoug