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