You must log in or # to comment.
Double quotes always. Any style guide that says otherwise is wrong. :C
pep is wrong then https://peps.python.org/pep-0008/#string-quotes
I had a look at the python style guide and it is up to the user to pick one. I use double quotes because that what I learned and never felt the need to change it.
I鈥檓 in the habit of single quotes. Don鈥檛 really know where it came from, but it also doesn鈥檛 require shift, so I鈥檓 going to say its easier. It really messes me up when I switch to C.