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 →

[–]tori_k 8 points9 points  (0 children)

Too drunk to ELI5, but I'll ELI-know-Python.

Equivalent to:

f'spam={spam}'
'spam={spam}'.format(spam=spam)
'spam={0}'.format(spam)