Woof.
reminds = raw_input("Anything remind you of windows 7?\n") if reminds=="yes": print("You are correct!") elif reminds=="no": print("You are wrong.") else: print("What are you thinking?")