Re: [Tutor] print function in python 2.6 and 3

2009-02-12 Thread Sander Sweers
On Thu, Feb 12, 2009 at 22:50, Alan Gauld wrote: >> Now what should be used and promoted on the list? > > We can't shouldn't promote one over the other since the remit > of this list is to help newbies, regardless of the Python version. OK, understood. > The only thing I would strongly request i

Re: [Tutor] print function in python 2.6 and 3

2009-02-12 Thread Alan Gauld
"Sander Sweers" wrote I see more people posting answers with the new print() function only available in python 3 and in python 2.6 via an import from __future__. Now I am not confused by this but I can understand that people very new to python can get confused byt this. Especially people fol

[Tutor] print function in python 2.6 and 3

2009-02-12 Thread Sander Sweers
Hello, I see more people posting answers with the new print() function only available in python 3 and in python 2.6 via an import from __future__. Now I am not confused by this but I can understand that people very new to python can get confused byt this. Especially people following a guide online