Printing lines in python -


how can print lines in python this

print " text here text here  text here  line here" 

i trying cgi, dont have use print each line have print

thanks

use triple quoted strings

print( """   can print multi-line """) 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -