faqts : Computers : Programming : Languages : Python : Common Problems : Strings

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

15 of 15 people (100%) answered Yes
Recently 10 of 10 people (100%) answered Yes

Entry

Is there a way to do a large output of text using print?

May 10th, 2000 02:44
unknown unknown, Fredrik Lundh


use triple-quoted strings:

print """

Content-type: text/html

<html>
  <head>
    <title>
     .....
</html>
"""