Template Strings in Python
Python has template strings that allow you to process the strings and interpolations before creating the final string:
return f
return
=
=
=
=
# >>> rendered
# 'Ah! We do have «Camembert», but no «Brie».'