MRAB wrote:

> There's no difference between the two types of quote character. 

a small exception is single-quote can contain double quote but cannot
contain unescaped single quote while double-quote can contain single
quote but cannot contain unescaped double quote.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to