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