name = input("What is your name? ") if name == "stefan": print("kill yourself") else: print("have a nice day", name)