Single quotes vs. double quotes in Python

Posted by Readonly on Stack Overflow See other posts from Stack Overflow or by Readonly
Published on 2008-09-11T08:18:55Z Indexed on 2010/05/24 17:01 UTC
Read the original article Hit count: 378

Filed under:
|

According to the documentation, they're pretty much interchangeable. Is there a stylistic reason to use one over the other?

© Stack Overflow or respective owner

Related posts about python

Related posts about coding-style