Re: [Tutor] Character creator program

2010-05-13 Thread Ben Millane
> > Ok, thank you everyone for the helpful replies. I am currently very new to > both Python and programming (started looking into the whole business about 2 > weeks ago) and I know how awful my coding skills are at the moment. But, > thanks to lists like these, I hope I can improve my skills. I wi

Re: [Tutor] Character creator program

2010-05-12 Thread Alan Gauld
"Ben Millane" wrote My problem is, that although I have the program working how I want it to work in general. I still have an issue with the user input section. If my user inputs any of the options from the menu, the program works as it should. But say if the user accidentally pressed enter

Re: [Tutor] Character creator program

2010-05-12 Thread spir ☣
On Wed, 12 May 2010 13:33:46 +0100 "Ben Millane" wrote: > Ok first off here is a link to my code > > http://pastie.org/956909 > > My problem is, that although I have the program working how I want it to work > in general. I still have an issue with the user input section. If my user > inputs

[Tutor] Character creator program

2010-05-12 Thread Ben Millane
Ok first off here is a link to my code http://pastie.org/956909 My problem is, that although I have the program working how I want it to work in general. I still have an issue with the user input section. If my user inputs any of the options from the menu, the program works as it should. But s