Hacker News new | ask | show | jobs
by Izkata 1028 days ago
> And f-strings, unlike JavaScript's template strings, are not function calls.

IIRC, they're syntactic sugar over "string".format(locals())

1 comments