easyctf-2017/let-me-be-frank/grader.py

5 lines
146 B
Python
Raw Normal View History

2017-03-13 22:06:26 +00:00
def grade(autogen, key):
if key.find("better_thank_the_french_for_this_one") != -1:
return True, "Correct!"
return False, "Nope!"