Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 580 Bytes

f-string.md

File metadata and controls

11 lines (6 loc) · 580 Bytes

f-string

Also called “formatted string literals,” f-strings are ways of formating text so that expressions (like variables) can appear within strings. They have an f at the beginning and curly braces containing expressions that will be replaced with their values.

Readings

Tutorials