passwordenter = input("enter password: ") if passwordenter == "53cr3t" : print("correct! welcome!") else: print("wrong, system locked")