usrinput = input(">> ") if usrinput == "Hello": print("Hi") elif usrinput == "Bye": print("Bye") else: print("Okay...?")