Create grader.py
This commit is contained in:
parent
6b190ffa62
commit
0064c6d30f
1 changed files with 4 additions and 0 deletions
4
20xx/grader.py
Normal file
4
20xx/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(random, key):
|
||||||
|
if key.lower().find("foxonlyfd") != -1:
|
||||||
|
return True, "Correct!"
|
||||||
|
return False, "Work on your tech skill, skrub."
|
Loading…
Reference in a new issue