From: Luke Paireepinart Date: 08/13/06 22:28:50 To: Kermit Rose Cc: Danny Yoo; tutor@python.org Subject: Re: [Tutor] Global variables Kermit Rose wrote: > > > From: Danny Yoo > Date: 08/09/06 16:23:35 > To: Kermit Rose > Cc: tutor@python.org > > > If I can figure out how to make my main function subroutine declare global
> variables > then I won't need to pass parameters most parameters to the other > subroutines, > > and will bypass the problem I'm having that sometimes the function strongfac > SOMETIMES does not return the value it has in the subroutine, back to the > calling routine. > From: Luke Paireepinart are you asking a question? Kermit Rose wrote: Yes. How can I make a package of functions declare global variables for passing information between the functions in the package? _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor