Create grader.py

This commit is contained in:
Ankur Sundara 2017-03-12 04:30:07 -05:00 committed by GitHub
parent e59e9b13ad
commit b66542a724

View file

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