password = input("Enter a pasword: ") if password == "Guitar101": print("welcome") else: print("System Locked!")