def grade(random, key): if key.find("PUT A NEW KEY HERE!!!!") != -1: return True, "Correct!" return False, "Nope."