On Sat, Dec 19, 2015 at 05:39:15PM +0000, Nathaniel Olivier via Tutor wrote:
> I don't understand what's wrong with this piece of code?

>         print ("

SyntaxError here. If you want multiply lines in a string, use THREE 
quotation marks, not one:

print ("""

more than one
line of text

""")


-- 
Steve
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to