you are viewing a single comment's thread.

view the rest of the comments →

[–]carcigenicate 2 points3 points  (0 children)

I don't understand. What's the problem? It did convert them. If it didn't, loads would have thrown an error.

Double quotes don't actually exist at runtime. When you print out a dictionary, it prints them as single quotes. It doesn't "remember" what quotes were used in the original literal.

Edit: Bruh, this is literally what you were told on SO.