pas = input("ENter password") if pas == "5E3cr3t": print("Welcome!") else: print("System Locked!")