password = input("Enter a password:" ) if password == "53cr3t" : print("correct!! welcome") else: print("wrong locked out!")