1def grade(autogen, key): 2 if key.find("still_wasn't_too_bad,_right?") != -1: 3 return True, "nice" 4 return False, "ha get prankd" 5 6