easyctf-2017/qr/grader.py

5 lines
191 B
Python
Raw Normal View History

2016-10-31 21:45:42 +00:00
def grade(autogen, key):
2016-10-30 18:54:20 +00:00
if key.find("that_wasn't_so_hard_n0w_was_it?") != -1:
return True, "Yay! Now please tell me you didn't actually paint it . . ."
return False, "Nope!"