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