Luke Salamone's Blog

Python: Formatting a string (opens in new tab)

There are three main ways to format strings in python: name = 'Luke' food = 'pizza' # old style "My name is %s and I like %s." % (name, food) # str.format() "My name is {0} and I like {1}.".format(name, food) # f-strings f"My name is {name} and I like {food}."

Read the original article
Sign in to keep reading the full article.

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help