[Tutor] print string

Sajjadul Islam sajjadul.islam.bd at gmail.com
Sun Aug 17 15:11:14 CEST 2014


Hello forum,

I have started working with python 2.7.6 and i am trying to print the
following string value:

print("Same", "message", "as before")

and i am supposed to get

Same message as before.


But i am getting the following :

("Same", "message", "as before")


Any hint whats wrong?


Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140817/4006ced1/attachment-0001.html>


More information about the Tutor mailing list