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