while True: gimme_answer =input("yes or no, What is your opinion on the socio-economic state of the world? ") #check socio economic state if gimme_answer == "yes" or gimme_answer == "y": print("same") break elif gimme_answer =="no" or gimme_answer == "n": print ("HOWWWWWWWW") break else: print("Wrong answer") continue print("Im leaving you, bye")