1 2 3 4 5 6
password = "beans" if input("password: ") == password: print("welcome back beany bob") else: print("password was wrong")