Create grader.py

This commit is contained in:
Ankur Sundara 2017-03-15 20:55:53 -05:00 committed by GitHub
parent d96501b54d
commit 5221d41ed4

View file

@ -0,0 +1,4 @@
def grade(random, key):
if key.find("4r3nT_u_hav1ng_h34pz_0f_Fun?") != -1:
return True, "Correct!"
return False, "Nope."