formatted strings in python code example Example: String Formatting with the % Operator >>> name = 'Bob' >>> 'Hello, %s' % name "Hello, Bob"