Re: [Tutor] nested functions

2010-09-04 Thread Evert Rol
> hello, > i have to plug two functions b() and c() inside another one a(); > i wonder if the code defining b and c must be in the same text file of > a or it is possible to import b and c somehow, hence giving the code a > neater appearance Definitely! Read through http://docs.python.org/tutorial

[Tutor] nested functions

2010-09-04 Thread roberto
hello, i have to plug two functions b() and c() inside another one a(); i wonder if the code defining b and c must be in the same text file of a or it is possible to import b and c somehow, hence giving the code a neater appearance thank you ! -- roberto