1def grade(autogen, key): 2 if(key.find("0verfl0winG_is_b4D!") != -1): 3 return True, "Correct!" 4 return False, "You tried. And failed." 5 6