Create grader.py
This commit is contained in:
parent
e59e9b13ad
commit
b66542a724
1 changed files with 4 additions and 0 deletions
4
doubly-dangerous/grader.py
Normal file
4
doubly-dangerous/grader.py
Normal 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 :("
|
Loading…
Reference in a new issue