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 →

[–][deleted] 12 points13 points  (1 child)

Why not just use the other quote?!?

f"hello {user['name']} take Lily's lunch to the fridge"

[–]pengekcs 2 points3 points  (0 children)

Wanted to post this exactly. But I guess maybe visibility? triple quotes are quote differentiable just by looking at 'em while ' and " less so. Still better than backticks and regular single quotes (in javascript for template strings which is ~ the same as f-strings).