The Wayback Machine - https://web.archive.org/web/20200622045933/https://mail.python.org/pipermail/python-ideas/2015-July/034657.html
Mike Miller python-ideas at mgmiller.netHave long wished python could format strings easily like bash or perl do, ...
and then it hit me:
csstext += f'{nl}{selector}{space}{{{nl}'
(This script included whitespace vars to provide a minification option.)
I've seen others make similar suggestions, but to my knowledge they didn't
include this pleasing brevity aspect.
-Mike