password="5Ecr3t" input=input("Please enter the password:") if input==password: print("Welcome!") else: print("System locked.")