···9393 instruction = line + ' null'
9494 PROGRAM.append(instruction.split()[:3])
95959696+# Note: the actual input program computes f(n) = n! + 7708
9697print "Value to send to safe:", emulate(PROGRAM, a=7)['a']
9798print "Actual value for safe:", emulate(PROGRAM, a=12)['a']