Re: [Tutor] Menu not working properly

2010-08-02 Thread David Hutto
On Mon, Aug 2, 2010 at 10:41 AM, Luke Paireepinart wrote: > > > On Aug 2, 2010, at 8:13 AM, David Hutto wrote: > >> On Mon, Aug 2, 2010 at 8:00 AM, Evert Rol wrote: Hello Evert Rol,           Thank you for the menu help, I have completed it with great success... There is 1 more p

Re: [Tutor] Menu not working properly

2010-08-02 Thread Luke Paireepinart
On Aug 2, 2010, at 8:13 AM, David Hutto wrote: > On Mon, Aug 2, 2010 at 8:00 AM, Evert Rol wrote: >>> Hello Evert Rol, >>> Thank you for the menu help, I have completed it with great >>> success... There is 1 more problem I am currently having, and when I fix it >>> my program will

Re: [Tutor] Menu not working properly

2010-08-02 Thread David Hutto
On Mon, Aug 2, 2010 at 8:00 AM, Evert Rol wrote: >> Hello Evert Rol, >>           Thank you for the menu help, I have completed it with great >> success... There is 1 more problem I am currently having, and when I fix it >> my program will be completed. If you are interested in helping me with t

Re: [Tutor] Menu not working properly

2010-08-02 Thread Evert Rol
> Hello Evert Rol, > Thank you for the menu help, I have completed it with great > success... There is 1 more problem I am currently having, and when I fix it > my program will be completed. If you are interested in helping me with this > last stretch, I will be greatly appreciative. >

Re: [Tutor] Menu not working properly

2010-08-02 Thread Evert Rol
> My problem is choice 3. Exit, if you select no or put an invalid answer... It > will run menu1... but then it runs > name = raw_input ("Enter your character name. ") > print "Your character name is:", name > > How can i make it so it prints menu1 like normal... then asks you to enter >

[Tutor] Menu not working properly

2010-08-02 Thread Jason MacFiggen
My problem is choice 3. Exit, if you select no or put an invalid answer... It will run menu1... but then it runs name = raw_input ("Enter your character name. ") print "Your character name is:", name How can i make it so it prints menu1 like normal... then asks you to enter your selection