5 lines
171 B
Python
5 lines
171 B
Python
|
def grade(autogen, key):
|
||
|
if key.find("wh4t_a_5weet_fFLag_2b04e1") != -1:
|
||
|
return True, "You got it. Nice construction!"
|
||
|
return False, "Sorry, keep trying."
|