String concatenation and string interpolation in Python

Опубликовано: 06 Октябрь 2024
на канале: Python Morsels
235
16

Wondering how to concatenate a string in Python? Hold on! There are two ways to build up bigger strings out of smaller strings: string concatenation (with +) and string interpolation (with f-strings).

Read an article version of this video at https://pym.dev/string-concatenation-...

Find more Python screencasts at https://pym.dev/screencasts/

00:00 String Concatenation
01:37 String Interpolation
02:50 Summary