easyctf-2017/qr-2/grader.py

4 lines
164 B
Python
Raw Normal View History

2017-02-01 00:54:02 +00:00
def grade(autogen, answer):
if answer.find("th3re_R_2_manY_Types_0f_Oboes_4_m3!!!") != -1:
return True, "Congrats!"
return False, "Nope, try again."