Re: [Tutor] Function definition

2013-09-29 Thread Alan Gauld
On 30/09/13 01:13, Sammy Cornet wrote: Greets!! Your help provided to me concerning function definition > was awesome Steven. Gratitude...!!! I'm not sure who's tongue is furthest into their cheek here. But please, in future show us some code and any error messages, it does make it easier to a

Re: [Tutor] Function definition

2013-09-29 Thread Sammy Cornet
Greets!! Your help provided to me concerning function definition was awesome Steven. Gratitude...!!! Sent from my iPhone On Sep 28, 2013, at 9:56, "Steven D'Aprano" wrote: > On Sat, Sep 28, 2013 at 10:19:57AM -0500, Sammy Cornet wrote: >> Hello! >> I'm using python v2.7.5 (IDLE). I'm trying t

Re: [Tutor] Function definition

2013-09-28 Thread Dave Angel
On 28/9/2013 11:19, Sammy Cornet wrote: > Hello! > I'm using python v2.7.5 (IDLE). I'm trying to write a nine_line function that > should use three_lines to print nine blanc lines. For some reason, I only > print one line. Can you please provide me with some explanation? I would be > very grate

Re: [Tutor] Function definition

2013-09-28 Thread Steven D'Aprano
On Sat, Sep 28, 2013 at 10:19:57AM -0500, Sammy Cornet wrote: > Hello! > I'm using python v2.7.5 (IDLE). I'm trying to write a nine_line > function that should use three_lines to print nine blanc lines. For > some reason, I only print one line. Can you please provide me with > some explanation?

[Tutor] Function definition

2013-09-28 Thread Sammy Cornet
Hello! I'm using python v2.7.5 (IDLE). I'm trying to write a nine_line function that should use three_lines to print nine blanc lines. For some reason, I only print one line. Can you please provide me with some explanation? I would be very grateful! __