want_instructions =input("Do you want to see the instructions? ") # check the user says yes/no if want_instructions == "yes": print("you said yes")