Tuesday 13 September 2016

#2 Python Print - Where's the error ?

Python Programming Quotes

Python Programming Quotes

Print(" Python is my favorite language. )

File "<stdin>", line1
print("Python is my favorite language)
SyntaxError: EDL while scanning string literal





#1 Python Triple Quotes

Python Programming Quotes

Python Programming Quotes


Python's triple quotes comes to the rescue by allowing 
string to span multiple lines, including verbatim NEWLINEs, 
TABs, and any other special characters.