1def grade(autogen, key): 2 if(key.find("5m4ll_573p_53m4n71c5_4r3_fun_r16h7?") != -1): 3 return True, "Nice!" 4 return False, "Nice try." 5 6