Voil=E0 je vien de t=E9l=E9charger la toute derni=E8re version sur mon PC e=
t
simplement lancer l'instruction print
d=E9sol=E9 mais je ne comprend pas
Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> print "teste"
SyntaxError: invalid syntax (<pyshell#0>, line 1)
Alors que la m=EAme chose sous
Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit
(Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> print "test"
test
>>>