locked = True passw = "53cr3t" while locked: if input("Enter password: ") == passw: locked = False print("Welcome!") else: print("System Locked!")