Old #Python: "Hello, " + name + "!" New Python: f"Hello, {name}!" f-strings drop expressions straight into a string. Faster to write + faster to execute than % and .format(). Want more? My "python --update" course starts July 21: buff.ly/lUnsY6i
2 likes 0 replies
?