Re: [Tutor] Minesweeper the return

2005-07-20 Thread Alberto Troiano
n.org" >Subject: Re: [Tutor] Minesweeper the return >Date: Wed, 20 Jul 2005 11:18:09 +1200 (NZST) > >Quoting Alberto Troiano <[EMAIL PROTECTED]>: > > > Please let's talk about this more! *grin* > > I'm not sure if I'm following you, what I se

Re: [Tutor] Minesweeper the return

2005-07-19 Thread jfouhy
Quoting Alberto Troiano <[EMAIL PROTECTED]>: > Please let's talk about this more! *grin* > I'm not sure if I'm following you, what I see here is a function inside > other function and the first function returns its inside function, but > how does it work? In Python, as in other modern languages,

Re: [Tutor] Minesweeper the return

2005-07-19 Thread Alberto Troiano
little of C#, VB.NET, Pascal, QBasic and C++ 6.0 But I would prefer to talk in theory or in general. Thanks in advanced Alberto >From: Danny Yoo <[EMAIL PROTECTED]> >To: Alberto Troiano <[EMAIL PROTECTED]> >CC: tutor@python.org >Subject: Re: [Tutor] Minesweeper the return

Re: [Tutor] Minesweeper the return

2005-07-18 Thread Danny Yoo
On Mon, 18 Jul 2005, Alberto Troiano wrote: > I'm trying to create the buttons dinamically (that's not a problem) the > problem is wherever I click the hello function returns the last button I > created. I know that the problem is in the lambda part and that the variable > i (the one I change t