Aug 8, 2017 · 1 min read
Technically as of Python 3.x, this can also be written as:
str = “Hello {name}, how are you today?”.format(name=name)
Technically as of Python 3.x, this can also be written as:
str = “Hello {name}, how are you today?”.format(name=name)