Re: beginners help

2008-02-07 Thread Steve Holden
Tim Chase wrote: >> If i enter a center digit like 5 for example i need to create two >> vertical and horzitonal rows that looks like this. If i enter 6 it shows >> 6 six starts. How can i do this, because i don't have any clue. >> >> * >> * * >> * * >> * * >> * > > Well we start by

Re: beginners help

2008-02-07 Thread Tim Chase
> If i enter a center digit like 5 for example i need to create two > vertical and horzitonal rows that looks like this. If i enter 6 it shows > 6 six starts. How can i do this, because i don't have any clue. > > * > * * > * * > * * > * Well we start by introducing the neophite progr

Re: beginners help

2008-02-07 Thread Steven D'Aprano
On Thu, 07 Feb 2008 13:53:48 +0100, Guido van Brakel wrote: > Hello > > I totally new to python and i'm doing a python course now. Maybe someone > could help me a little bit here: > > I need to create this script. > > If i enter a center digit like 5 for example i need to create two > vertical

Re: beginners help

2008-02-07 Thread Matimus
On Feb 7, 7:53 am, Guido van Brakel <[EMAIL PROTECTED]> wrote: > Hello > > I totally new to python and i'm doing a python course now. Maybe someone > could help me a little bit here: > > I need to create this script. > > If i enter a center digit like 5 for example i need to create two > vertical a

Re: beginners help

2008-02-07 Thread Steve Holden
Guido van Brakel wrote: > Hello > > I totally new to python and i'm doing a python course now. Maybe someone > could help me a little bit here: > > I need to create this script. > > If i enter a center digit like 5 for example i need to create two > vertical and horzitonal rows that looks like

Re: beginners help

2008-02-07 Thread Diez B. Roggisch
Guido van Brakel wrote: > Hello > > I totally new to python and i'm doing a python course now. Maybe someone > could help me a little bit here: > > I need to create this script. > > If i enter a center digit like 5 for example i need to create two > vertical and horzitonal rows that looks like

Re: beginners help

2008-02-07 Thread Guilherme Polo
2008/2/7, Guido van Brakel <[EMAIL PROTECTED]>: > Hello > > I totally new to python and i'm doing a python course now. Maybe someone > could help me a little bit here: > > I need to create this script. > > If i enter a center digit like 5 for example i need to create two > vertical and horzito

beginners help

2008-02-07 Thread Guido van Brakel
Hello I totally new to python and i'm doing a python course now. Maybe someone could help me a little bit here: I need to create this script. If i enter a center digit like 5 for example i need to create two vertical and horzitonal rows that looks like this. If i enter 6 it shows 6 six starts