password = "hehe" answer = input("Enter password:") if answer == "hehe": print("Welcome!") else: print("System Locked!")