print("\033c") drink = input("What is your favourite drink? ") if drink == "water": print("What an excellent, healthy choice!") elif drink == "coffee": print("Careful... not too many cups, or you'll go nuts!") else: print("I don't know that one!")