I\'m following a tutorial on Python on the string topic
first = ‘John’ last = ‘Smith’ message = first + \' [\' + last + \'] is a coder\' print