Hacker News new | ask | show | jobs
by kissgyorgy 2067 days ago
I'm pretty confident f-strings use str.format under the hood, so instead of AST mambo-jumbo, you can do just query.format(var1="something") or something.