Re: [Tutor] Question about calling functions

2007-08-26 Thread Alan Gauld
"Ara Kooser" <[EMAIL PROTECTED]> wrote > a character works except for one part. You have a choice of > excepting > a set of numbers. If you choose n then the program dumps you into: > def navy() instead of going back to def upp(). > > print upp() > print """You have a chance to reroll if needed."

[Tutor] Question about calling functions

2007-08-26 Thread Ara Kooser
Hello, After taking some suggestions from bhaaluu my program for generating a character works except for one part. You have a choice of excepting a set of numbers. If you choose n then the program dumps you into: def navy() instead of going back to def upp(). I am guessing this has to do with h