Update grader.py
This commit is contained in:
parent
077909c760
commit
14bc6b67d6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
def grade(random, key):
|
def grade(random, key):
|
||||||
if key.find("yum_c00kies!!!") != -1:
|
if key.find("yum_c00kies!!!") != -1:
|
||||||
return True, "Yum!"
|
return True, "Yum!"
|
||||||
return False, "Eww..."
|
return False, "Eww... wrong. bad cookie"
|
||||||
|
|
Loading…
Reference in a new issue