A WORD ABOUT STRINGS

'this a string'
"this is also a string"

"""this is
a multiline
"unescaped"
string"""
print '<a href="homepage.html">Home Page</a>'