1def grade(autogen, key): 2 if(key.find("y0u_added_thr33_nums!") != -1): 3 return True, "Yay it adds correctly!" 4 return False, "Try again?" 5 6