f-string (Python)

An f-string is Python's way of inserting variables directly inside text. You prefix the string with f and put expressions inside curly braces.