1def grade(autogen, key): 2 if(key.find("cyber_cypher_science") != -1): 3 return True, "Easy, right?" 4 return False, "Try again." 5 6