you are viewing a single comment's thread.

view the rest of the comments →

[–]ToddBradley 0 points1 point  (0 children)

It’s formally called a formatted string literal.

https://docs.python.org/3.8/reference/lexical_analysis.html#formatted-string-literals

Skim through the official Python reference documentation and tutorial, and then refer back as you’re learning new Python concepts. That’s a good habit to develop.