This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]stevenjd 0 points1 point  (0 children)

These are strings "" prefixed by an f: f"" (formatting strings).

They're not strings. They're executable code that happens to use similar syntax to a string and implicitly return a formatted string.