[docs] Print Command

Camil Kassar camikasi at msn.com
Sat Dec 28 01:34:22 CET 2013


IN Topic 2 and Topic 3, (maybe later topics) print commands are missing parenthesis, for example:
>>> i = 256*256
>>> print 'The value of i is', i
The value of i is 65536Should be>>> i = 256*256
>>> print ('The value of i is', i)
The value of i is 65536 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20131228/944bb832/attachment.html>


More information about the docs mailing list