The f-string `f"..."` let's you include variables inside of strings more easily.

The f-string
f"..."
let's you include variables inside of strings more easily.
Was this page helpful?