how to print using the printf operator, the `format` string method, and by using f-strings. code example Example: new python string formatting >>> f'Hello, {name}!' 'Hello, Bob!'