pas = input("Enter password:") cpas = "KID" if pas == cpas: print("Welcome") else: print("System Locked!")