Hacker News new | ask | show | jobs
by wzdd 432 days ago
You don't with f-strings because they're substituted eagerly. You could with the new t-strings proposed here because you can get at the individual parts.