x = 'ajr'
print 'Hello ' + x + '!'

Note the space explicitly present after Hello, and the corresponding lack of space before the '!'.


(press 'back' in your web browser to get back to where you were in the exam)