def yes_no(question): while True: he_did_this_to_me =input(question).lower() #check socio economic state if he_did_this_to_me == "yes" or he_did_this_to_me == "y": return "same" elif he_did_this_to_me =="no" or he_did_this_to_me == "n": return "HOWWWWW" else: print("Wrong answer part #") #morning routine gimme_answer = yes_no("yes or no, What is your opinion on the socio-economic state of the world? ") fatass = yes_no("Does your fatass want a double chunk chocolate cookie? ") print("Im leaving you, bye")