print ("lets have a talk") str(input("pls always press enter after I finish my sentence")) x = str(input("Am I clear enough? (yes/no)")) if x == "yes": print ("happy 2 hear that") elif x == "no" : print ("I take that as a yes") else: print ("Im afraid you have to leave, bye") str(input("so here we go")) x = str(input("Do u think its possible that u r talking with a computer?")) if x == "yes": print ("happy 2 hear that") z = str(input("Wanna see something cool?")) if z == "no": print ("I think I dont wanna be friends with u anymore") elif z == "yes": print ("Sorry I realized Im not ready to show you") a = str(input("Are you enjoying this conversation though?")) if a == "no": print ("OK BYE") elif a == "yes": print ("Glad 2 hear that, but its getting late and Im tired.\nOne more question.") c = str(input("Do u like this programme?")) if c == "yes": print ("ERROR") elif x == "no": y = str(input("Who do you think you are talking to then?")) if y == "go home" : print ("ok, bye") else: print ("Whatever, man. BYE")