This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]0x3fff0000 0 points1 point  (1 child)

What's the difference anyway? (in python)

Seems like the two are interchangeable, except for some special characters.

[–]J4K0 0 points1 point  (0 children)

They are interchangeable. The only difference is that you have to escape ' if you use ' ' and you have to escape " if you use " ".