On 3/26/2012 13:45, redstone-c...@163.com wrote:
I know the print statement produces the same result when both of
these two instructions are executed ,I just want to know Is there any
difference between print 3 and print '3' in Python ?

The former prints a number while the latter a string.

Kiuhnm
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to