[Tutor] A total newbie…sorry

Nick Zarr jacktradespublic at gmail.com
Fri Oct 28 05:10:25 CEST 2011


The syntax has changed from 2.x to 3.x.

2.x:
>>> print "Hello"
Hello

3.x:
>>> print("Hello")
Hello


-- 
Nick Zarczynski <http://rentageekit.com>
Blog 4 <http://nickzarr.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20111027/2ceefe31/attachment-0001.html>


More information about the Tutor mailing list