1def grade(autogen, key): 2 if key.find("ez_t1m1ng_4ttack!") != -1: 3 return True, "Correct" 4 return False, "Incorrect" 5 6