Instant Hacking
Learn how to program with Python

Flow

temperature = input("What is the spam temperature?")

if temperature > 50:
    print "The salad is properly cooked."
else:
    print "Cook the salad some more."