easyctf-2017/heaps_of_knowledge/grader.py

5 lines
137 B
Python
Raw Permalink Normal View History

2017-03-16 01:55:53 +00:00
def grade(random, key):
if key.find("4r3nT_u_hav1ng_h34pz_0f_Fun?") != -1:
return True, "Correct!"
return False, "Nope."