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
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
