On Thu, May 19, 2011 at 10:45 AM, naheed arafat <naheed...@gmail.com> wrote:

> why there is two way to represent strings in python ? single-coated
> ( ' ' ) and double-coated ( " " ) strings both serve the purpose of string.
> Then what is the difference?
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
> This makes it easy to include quotes within strings without excaping them.
There are also """ strings for strings over multiple lines



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

Reply via email to