passw = ("5Ecr3t") user = input("enter password") if user == passw: print("Welcome!") else: print("System locked!")