x = 1234
while x != 6:
    print 'Now try 2+4!  You have to keep trying until you get it right.'
    x = input()
print 'Congratulations; you have typed the number 6.'
