passwordenter = input("Enter Password: ") if passwordenter == "53cr3t" : print("Correct! Welcome!") else: print("Wrong! System shutdown!")