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