this post was submitted on 12 Aug 2023
578 points (100.0% liked)

196

16224 readers
3935 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 1 year ago (2 children)

See, this is what's wrong with Prager U! Why would you use double quotes instead of single quotes for defining a string?

[–] [email protected] 3 points 1 year ago

I always use double quotes for output string, and single quotes for internal ones.

[–] [email protected] 2 points 1 year ago (1 children)

Aren't they interchangeable in python?

[–] [email protected] 4 points 1 year ago

Yes, but as someone with even a little pride and some c/c++ experience I always use double quotes