Re: [Tutor] python syntax: underscore

2007-07-12 Thread Paul W. Frields
On Thu, 2007-07-12 at 13:04 +0100, Michael Connors wrote: > Hi, > I was following the thread on about the _("xx") thingy. > Since then I played around a bit with underscores at the console and > it seems to me that if you execute code with a return value but you > dont save the result, then _ is a

[Tutor] python syntax: underscore

2007-07-12 Thread Michael Connors
Hi, I was following the thread on about the _("xx") thingy. Since then I played around a bit with underscores at the console and it seems to me that if you execute code with a return value but you dont save the result, then _ is a pointer to this value. Is that correct? 4 4 print _ 4 So if