password = "beans" if input("password: ") == password: print("welcome back beany bob") else: print("password was wrong")