password = input("Enter password: ") if password == "password": print("GOOD BOY!!!") else: print("NUH UHH!!!!!!!")