>>> print ("Hello!")
Hello!
>>> print ("Hello! How are you")
Hello! How are you
>>> print ('He said, “I had a headache yesterday”.')
He said, “I had a headache yesterday”.
>>> print ("She said, “I’m learning Python”.")
She said, “I’m learning Python”.
>>> print ("“It always seems impossible...