[Tutor] Simple PassGen
python at bdurham.com
python at bdurham.com
Tue Feb 10 18:43:00 CET 2009
DOH! I just realized why we're getting different results. Sorry for the
confusion - I wasn't trying to be a smart-ass!
We've been trying to future proof our new code for Python 3.x so we
automatically have 3.0 print() functionality enabled in our Python 2.6
dev environments.
Malcolm
----- Original message -----
From: "spir" <denis.spir at free.fr>
To: tutor at python.org
Date: Tue, 10 Feb 2009 16:35:26 +0100
Subject: Re: [Tutor] Simple PassGen
Le Tue, 10 Feb 2009 10:26:54 -0500,
python at bdurham.com a écrit :
> IDLE 2.6.1
> >>> from __future__ import print_function
> >>> print( 3, 4 )
> 3 4
lol!
------
la vida e estranya
_______________________________________________
Tutor maillist - Tutor at python.org
http://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list