print 'What is your name?'
name = raw_input()
print 'How old are you?'
age = input()
if age == 18:
    print 'Happy birthday,', name, '!'

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