On 25/04/2015 00:03, Jim Mooney wrote:
You can save yourself some time and use a raw string:

print(r"""   <the original SpongeBob here>   """)

Timo

Good point. I'll go to site-packages and change that. I import Bob to
cheer myself up as I look at Unicode, which is like forcing a kid to go to
Sunday school on a bright Summer day, instead of playing with Python. I
wonder if there's a Unicode for Idiots book ;')

Jim

Unicode for Idiots indeed, a Python list can always find something better than that :)

http://www.joelonsoftware.com/articles/Unicode.html
http://nedbatchelder.com/text/unipain.html

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to