4 lines
166 B
Python
4 lines
166 B
Python
def grade(autogen, key):
|
|
if key.find("i_cant_GET_n0_s@tisfAct10N") != -1:
|
|
return True, "I always knew you could GET it!"
|
|
return False, "Keep trying."
|