n = input("Enter password: ") if n == ("5Ecr3t"): print("Welcome!") else: print("System Locked!")