Hacker News new | ask | show | jobs
by ZephyrBlu 1955 days ago
f-strings are truly amazing. They're very painless. The only gotcha I've run into is accessing a dict from inside one. You need to watch out for your quotations :).
1 comments

My most recent project makes liberal use of `f"""..."""`