Pw = ("Cheese") APW = str(input("Password: ")) if Pw == APW : print("Acess granted") else : print(" no no no you stranger")